[BACK]Return to socket.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / sys

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/sys/socket.h between version 1.97.2.1 and 1.97.4.2

version 1.97.2.1, 2010/08/17 06:48:09 version 1.97.4.2, 2011/03/05 20:56:25
Line 184  struct accept_filter_arg {
Line 184  struct accept_filter_arg {
 #define AF_LAT          14              /* LAT */  #define AF_LAT          14              /* LAT */
 #define AF_HYLINK       15              /* NSC Hyperchannel */  #define AF_HYLINK       15              /* NSC Hyperchannel */
 #define AF_APPLETALK    16              /* Apple Talk */  #define AF_APPLETALK    16              /* Apple Talk */
 #define AF_ROUTE        17              /* Internal Routing Protocol */  #define AF_OROUTE       17              /* Internal Routing Protocol */
 #define AF_LINK         18              /* Link layer interface */  #define AF_LINK         18              /* Link layer interface */
 #if defined(_NETBSD_SOURCE)  #if defined(_NETBSD_SOURCE)
 #define pseudo_AF_XTP   19              /* eXpress Transfer Protocol (no AF) */  #define pseudo_AF_XTP   19              /* eXpress Transfer Protocol (no AF) */
Line 211  struct accept_filter_arg {
Line 211  struct accept_filter_arg {
 #define AF_BLUETOOTH    31              /* Bluetooth: HCI, SCO, L2CAP, RFCOMM */  #define AF_BLUETOOTH    31              /* Bluetooth: HCI, SCO, L2CAP, RFCOMM */
 #define AF_IEEE80211    32              /* IEEE80211 */  #define AF_IEEE80211    32              /* IEEE80211 */
 #define AF_MPLS         33              /* MultiProtocol Label Switching */  #define AF_MPLS         33              /* MultiProtocol Label Switching */
 #define AF_MAX          34  #define AF_ROUTE        34              /* Internal Routing Protocol */
   #define AF_MAX          35
   
 /*  /*
  * Structure used by kernel to store most   * Structure used by kernel to store most
Line 279  struct sockaddr_storage {
Line 280  struct sockaddr_storage {
 #define PF_LAT          AF_LAT  #define PF_LAT          AF_LAT
 #define PF_HYLINK       AF_HYLINK  #define PF_HYLINK       AF_HYLINK
 #define PF_APPLETALK    AF_APPLETALK  #define PF_APPLETALK    AF_APPLETALK
 #define PF_ROUTE        AF_ROUTE  #define PF_OROUTE       AF_OROUTE
 #define PF_LINK         AF_LINK  #define PF_LINK         AF_LINK
 #if defined(_NETBSD_SOURCE)  #if defined(_NETBSD_SOURCE)
 #define PF_XTP          pseudo_AF_XTP   /* really just proto family, no AF */  #define PF_XTP          pseudo_AF_XTP   /* really just proto family, no AF */
Line 301  struct sockaddr_storage {
Line 302  struct sockaddr_storage {
 #endif  #endif
 #define PF_BLUETOOTH    AF_BLUETOOTH  #define PF_BLUETOOTH    AF_BLUETOOTH
 #define PF_MPLS         AF_MPLS  #define PF_MPLS         AF_MPLS
   #define PF_ROUTE        AF_ROUTE
   
 #define PF_MAX          AF_MAX  #define PF_MAX          AF_MAX
   
Line 365  struct sockcred {
Line 367  struct sockcred {
         { "lat", CTLTYPE_NODE }, \          { "lat", CTLTYPE_NODE }, \
         { "hylink", CTLTYPE_NODE }, \          { "hylink", CTLTYPE_NODE }, \
         { "appletalk", CTLTYPE_NODE }, \          { "appletalk", CTLTYPE_NODE }, \
         { "route", CTLTYPE_NODE }, \          { "oroute", CTLTYPE_NODE }, \
         { "link_layer", CTLTYPE_NODE }, \          { "link_layer", CTLTYPE_NODE }, \
         { "xtp", CTLTYPE_NODE }, \          { "xtp", CTLTYPE_NODE }, \
         { "coip", CTLTYPE_NODE }, \          { "coip", CTLTYPE_NODE }, \
Line 378  struct sockcred {
Line 380  struct sockcred {
         { "natm", CTLTYPE_NODE }, \          { "natm", CTLTYPE_NODE }, \
         { "arp", CTLTYPE_NODE }, \          { "arp", CTLTYPE_NODE }, \
         { "key", CTLTYPE_NODE }, \          { "key", CTLTYPE_NODE }, \
           { "ieee80211", CTLTYPE_NODE }, \
           { "mlps", CTLTYPE_NODE }, \
           { "route", CTLTYPE_NODE }, \
 }  }
   
 struct kinfo_pcb {  struct kinfo_pcb {

Legend:
Removed from v.1.97.2.1  
changed lines
  Added in v.1.97.4.2

CVSweb <webmaster@jp.NetBSD.org>