[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.4.2 and 1.98

version 1.97.4.2, 2011/03/05 20:56:25 version 1.98, 2010/06/26 14:24:27
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_OROUTE       17              /* Internal Routing Protocol */  #define AF_ROUTE        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_ROUTE        34              /* Internal Routing Protocol */  #define AF_MAX          34
 #define AF_MAX          35  
   
 /*  /*
  * Structure used by kernel to store most   * Structure used by kernel to store most
Line 280  struct sockaddr_storage {
Line 279  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_OROUTE       AF_OROUTE  #define PF_ROUTE        AF_ROUTE
 #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 302  struct sockaddr_storage {
Line 301  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 367  struct sockcred {
Line 365  struct sockcred {
         { "lat", CTLTYPE_NODE }, \          { "lat", CTLTYPE_NODE }, \
         { "hylink", CTLTYPE_NODE }, \          { "hylink", CTLTYPE_NODE }, \
         { "appletalk", CTLTYPE_NODE }, \          { "appletalk", CTLTYPE_NODE }, \
         { "oroute", CTLTYPE_NODE }, \          { "route", CTLTYPE_NODE }, \
         { "link_layer", CTLTYPE_NODE }, \          { "link_layer", CTLTYPE_NODE }, \
         { "xtp", CTLTYPE_NODE }, \          { "xtp", CTLTYPE_NODE }, \
         { "coip", CTLTYPE_NODE }, \          { "coip", CTLTYPE_NODE }, \
Line 380  struct sockcred {
Line 378  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.4.2  
changed lines
  Added in v.1.98

CVSweb <webmaster@jp.NetBSD.org>