summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* mirror OSF1 solution for ip_opts[] within struct called ip_opts; dm@, pr#681deraadt1999-01-011-1/+5
|
* first step to the setsockopt/getsockopt interface as described inprovos1998-05-181-2/+2
| | | | | | | draft-mcdonald-simple-ipsec-api, kernel notifies (EMT_REQUESTSA) signal userland key management applications when security services are requested. this is only for outgoing connections at the moment, incoming packets are not yet checked against the selected socket policy.
* make IPPORT_USERRESERVED a nice fat number -> random ports look really funky.deraadt1998-02-111-4/+4
|
* Move in_addr_t and in_port_t to <sys/types.h> and add sa_family_tmillert1997-11-301-6/+6
| | | | and suseconds_t types for XPG4.2.
* Make struct in_addr contain an in_addr_t since that's whatmillert1997-07-281-2/+2
| | | | in_addr_t is for (same basic type so we don't break anything).
* Move prototype for bindresvport(3) to <netiniet/in.h> as it ismillert1997-07-021-2/+9
| | | | not rpc-specific and other stuff uses it now.
* IPsec socket API hooks are in.angelos1997-02-281-1/+22
|
* IPSEC package by John Ioannidis and Angelos D. Keromytis. Written inderaadt1997-02-201-1/+3
| | | | Greece. From ftp.funet.fi:/pub/unix/security/net/ip/BSDipsec.tar.gz
* From FreeBSD (with slightly different sysctl names):downsj1996-07-291-2/+61
| | | | | | | | | | | | | | | | | | | "... Allow the user to nominate one of three ranges of port numbers as candidates for selecting a local address to replace a zero port number. The ranges are selected via a setsockopt(s, IPPROTO_IP, IP_PORTRANGE, &arg) call. The three ranges are: default, high (to bypass firewalls) and low (to get a port below 1024). The default and high port ranges are sysctl settable under sysctl net.inet.ip.portrange.* [net.inet.ip.portfirst, net.inet.ip.portlast, net.inet.ip.porthifirst, and net.inet.ip.porthilast currently in OpenBSD.] This code also fixes a potential deadlock if the system accidently ran out of local port addresses. It'd drop into an infinite while loop. The secure port selection (for root) should reduce overheads and increase reliability of rlogin/rlogind/rsh/rshd if they are modified to take advantage of it."
* From NetBSD: 960217 mergeniklas1996-03-031-4/+7
|
* Added INADDR_MAX_LOCAL_GROUP, since it was present in 4.4-Litemickey1996-02-211-0/+1
| | | | and gated wants it to there ;)
* add inet_ntoa() to the kernel. use it to log nicer messages. idea from freebsdderaadt1995-11-281-0/+1
|
* add sysctl net.inet.ip.sourceroute option; default to 0. copied from freebsdderaadt1995-11-261-1/+3
|
* initial import of NetBSD treederaadt1995-10-181-0/+268