index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
netinet
/
in.h
Age
Commit message (
Expand
)
Author
1999-12-08
bring in KAME IPv6 code, dated 19991208.
Jun-ichiro itojun Hagino
1999-10-28
Add etherip.allow sysctl node entry.
Angelos D. Keromytis
1999-10-28
Define IPPROTO_ETHERIP.
Angelos D. Keromytis
1999-04-11
Introduce net.inet.{ah,esp}.enable sysctl controls that are off by default.
Niklas Hallqvist
1999-04-09
The kernel parts of a sysctl that can switch on/off IP-in-IP (protocol 4)
Niklas Hallqvist
1999-03-27
add SADB_X_BINDSA to pfkey allowing incoming SAs to refer to an outgoing
Niels Provos
1999-03-24
Removed old NRL convention in6a_words virtual-field from struct in6_addr.
cmetz
1999-02-24
Added in.h definitions required by IPv6 Basic API and Advanced API specs, and
cmetz
1999-02-17
add fragment flood protection; configureable using sysctl ip.maxqueue
Theo de Raadt
1999-01-10
merge INPROTO_* tables
Theo de Raadt
1999-01-07
update for ipv6
Theo de Raadt
1999-01-03
use int8_t, not char in c++ case for consistency and fix indentation
Todd C. Miller
1999-01-01
mirror OSF1 solution for ip_opts[] within struct called ip_opts; dm@, pr#681
Theo de Raadt
1998-05-18
first step to the setsockopt/getsockopt interface as described in
Niels Provos
1998-02-11
make IPPORT_USERRESERVED a nice fat number -> random ports look really funky.
Theo de Raadt
1997-11-30
Move in_addr_t and in_port_t to <sys/types.h> and add sa_family_t
Todd C. Miller
1997-07-28
Make struct in_addr contain an in_addr_t since that's what
Todd C. Miller
1997-07-02
Move prototype for bindresvport(3) to <netiniet/in.h> as it is
Todd C. Miller
1997-02-28
IPsec socket API hooks are in.
Angelos D. Keromytis
1997-02-20
IPSEC package by John Ioannidis and Angelos D. Keromytis. Written in
Theo de Raadt
1996-07-29
From FreeBSD (with slightly different sysctl names):
Jason Downs
1996-03-03
From NetBSD: 960217 merge
Niklas Hallqvist
1996-02-21
Added INADDR_MAX_LOCAL_GROUP, since it was present in 4.4-Lite
Michael Shalayeff
1995-11-28
add inet_ntoa() to the kernel. use it to log nicer messages. idea from freebsd
Theo de Raadt
1995-11-26
add sysctl net.inet.ip.sourceroute option; default to 0. copied from freebsd
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt