| version 1.90, 2008/06/15 21:14:06 |
version 1.90.2.1, 2008/10/19 22:18:09 |
| 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. |
| */ |
*/ |