| version 1.89, 2007/09/19 04:33:45 |
version 1.89.20.2, 2008/09/28 10:41:05 |
| Line 121 typedef _BSD_SSIZE_T_ ssize_t; |
|
| Line 121 typedef _BSD_SSIZE_T_ ssize_t; |
|
| #define SO_OOBINLINE 0x0100 /* leave received OOB data in line */ |
#define SO_OOBINLINE 0x0100 /* leave received OOB data in line */ |
| #define SO_REUSEPORT 0x0200 /* allow local address & port reuse */ |
#define SO_REUSEPORT 0x0200 /* allow local address & port reuse */ |
| #define SO_TIMESTAMP 0x0400 /* timestamp received dgram traffic */ |
#define SO_TIMESTAMP 0x0400 /* timestamp received dgram traffic */ |
| |
#define SO_ACCEPTFILTER 0x1000 /* there is an accept filter */ |
| |
|
| |
|
| /* |
/* |
|
|
| int l_linger; /* linger time in seconds */ |
int l_linger; /* linger time in seconds */ |
| }; |
}; |
| |
|
| |
struct accept_filter_arg { |
| |
char af_name[16]; |
| |
char af_arg[256-16]; |
| |
}; |
| |
|
| /* |
/* |
| * Level number for (get/set)sockopt() to apply to socket itself. |
* Level number for (get/set)sockopt() to apply to socket itself. |
| */ |
*/ |
|
|
| 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 */ |
| |
#define AF_IEEE80211 32 /* IEEE80211 */ |
| |
|
| #define AF_MAX 32 |
#define AF_MAX 33 |
| |
|
| /* |
/* |
| * Structure used by kernel to store most |
* Structure used by kernel to store most |