| version 1.89.26.3, 2010/03/11 15:04:43 |
version 1.89.26.4, 2010/08/11 22:55:11 |
| Line 210 struct accept_filter_arg { |
|
| Line 210 struct accept_filter_arg { |
|
| #endif |
#endif |
| #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_MAX 33 |
#define AF_MAX 34 |
| |
|
| /* |
/* |
| * Structure used by kernel to store most |
* Structure used by kernel to store most |
| Line 300 struct sockaddr_storage { |
|
| Line 300 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_MPLS AF_MPLS |
| |
|
| #define PF_MAX AF_MAX |
#define PF_MAX AF_MAX |
| |
|