Added {h,n}to{l,s} prototypes. Added IPPROTO_TCP. SA_FAMILY_T -> _SA_FAMILY_T

Added SOCK_RAW, SOCK_RDM, SOCK_SEQPACKET, SO_DEBUG, SO_ERROR.
This commit is contained in:
Philip Homburg
2005-07-27 11:42:54 +00:00
parent 055168bd31
commit 920c462e8c
4 changed files with 15 additions and 5 deletions

View File

@@ -28,6 +28,7 @@ typedef uint8_t sa_family_t;
/* Protocols */
#define IPPROTO_IP 0 /* Dummy protocol */
#define IPPROTO_TCP 6 /* TCP */
/* setsockopt options at IP level */
#define IP_ADD_MEMBERSHIP 12