| version 1.89, 2007/09/19 04:33:45 |
version 1.89.16.1, 2008/02/22 02:53:34 |
|
|
| in interface output routine */ |
in interface output routine */ |
| #endif |
#endif |
| #define AF_BLUETOOTH 31 /* Bluetooth: HCI, SCO, L2CAP, RFCOMM */ |
#define AF_BLUETOOTH 31 /* Bluetooth: HCI, SCO, L2CAP, RFCOMM */ |
| |
#if defined(_NETBSD_SOURCE) |
| |
#define pseudo_AF_MOBILITY 32 /* IP mobility */ |
| |
#endif |
| |
|
| #define AF_MAX 32 |
#define AF_MAX 33 |
| |
|
| /* |
/* |
| * Structure used by kernel to store most |
* Structure used by kernel to store most |
| Line 290 struct sockaddr_storage { |
|
| Line 293 struct sockaddr_storage { |
|
| #define PF_KEY pseudo_AF_KEY /* like PF_ROUTE, only for key mgmt */ |
#define PF_KEY pseudo_AF_KEY /* like PF_ROUTE, only for key mgmt */ |
| #endif |
#endif |
| #define PF_BLUETOOTH AF_BLUETOOTH |
#define PF_BLUETOOTH AF_BLUETOOTH |
| |
#define PF_MOBILITY pseudo_AF_MOBILITY |
| |
|
| #define PF_MAX AF_MAX |
#define PF_MAX AF_MAX |
| |
|