summaryrefslogtreecommitdiff
path: root/inet/netinet
Commit message (Collapse)AuthorAgeFilesLines
* * config.make.in (weak-symbols): Variable removed.Roland McGrath1996-03-192-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | * configure.in (--with-weak-symbols): Option removed. (NO_UNDERSCORES, HAVE_ASM_WEAK_DIRECTIVE, HAVE_ASM_WEAKEXT_DIRECTIVE): New tests. * config.h.in (HAVE_WEAK_SYMBOLS): #undef removed. (NO_UNDERSCORES, HAVE_ASM_WEAK_DIRECTIVE, HAVE_ASM_WEAKEXT_DIRECTIVE): New #undefs. * libc-symbols.h: Use them instead of HAVE_WEAK_SYMBOLS. * inet/inet_lnaof.c: Use u_int32_t instead of u_long. * inet/inet_mkadr.c: Likewise. * inet/inet_net.c: Likewise. * inet/inet_netof.c: Likewise. * inet/rcmd.c: Likewise. * inet/arpa/inet.h: Likewise. * inet/netinet/in.h: Likewise. * inet/netinet/tcp.h: Likewise. * inet/protocols/rwhod.h: Likewise. * inet/protocols/talkd.h: Likewise. * resolv/inet_addr.c: Likewise. * sunrpc/rpc/xdr.h (IXDR_GET_LONG, IXDR_PUT_LONG): change casts to u_int32_t (instead of u_long).
* Fixed typo in IPPORT_WHOIS.Roland McGrath1995-12-161-2/+2
|
* Reorder new multicast options to conform to BSD. (struct ip_mreq): New type.Thomas Bushnell, BSG1995-08-081-5/+11
|
* New file, incorporated from 4.4BSD-Lite.Roland McGrath1995-08-081-0/+98
|
* (IP_MULTICAST_TTL, IP_MULTICAST_LOOP, IP_MULTICAST_IP, IP_ADD_MEMBERSHIP, ↵Thomas Bushnell, BSG1995-08-081-0/+5
| | | | IP_DROP_MEMBERSHIP): New IP layer socket options.
* (IPPROTO_GGP): Drop obsolete protocol. (IPPROTO_IGMP): Add new protocol ↵Thomas Bushnell, BSG1995-08-081-1/+1
| | | | (with same value [2] as old GGP).
* (IN_CLASSD, IN_EXPERIMENTAL, IN_BADCLASS): Use equality, not assignment, to ↵Thomas Bushnell, BSG1995-08-031-4/+4
| | | | test bit fields.
* initial importRoland McGrath1995-02-181-0/+198