summaryrefslogtreecommitdiff
path: root/sys/netinet/in_pcb.h
AgeCommit message (Expand)Author
2009-07-17Add the IP_MINTTL socket option.minskim
2009-07-16Add the IP_RECVTTL option support.minskim
2007-12-16Oops. Remove kauth.h inclusion.elad
2007-12-16Really fix low port allocation, by always passing a valid lwp toelad
2007-09-191) Introduce a new socket option, (SOL_SOCKET, SO_NOHEADER), thatdyoung
2006-07-23Use the LWP cached credentials where sane.ad
2005-12-10Multiple inclusion protection, as suggested by christos@ on tech-kern@elad
2005-11-15Pass the current process structure to in_pcbconnect() so that it candsl
2005-02-12Add support for IPsec Network Address Translator traversal (NAT-T), asmanu
2004-04-21no space between function name and paren: foo (blah) -> foo(blah)itojun
2004-04-18De __P()matt
2003-10-23Remove all the code to maintain ia_inpcbs. This information was only used tomycroft
2003-09-04revamp inpcb/in6pcb so that they are more aligned with each other.itojun
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-15Change the way multicasts are kept. They now use a hash table in the samematt
2002-11-02cleanup ipsec.h dependency. commented by perry, sync w/kameitojun
2002-06-09whitespaceitojun
2001-07-02on interface removal, remove multicast groups joined from pcb, beforeitojun
2000-02-02PRU_PURGEADDR -> PRU_PURGEIF, per a discussion w/ itojun. In the IPv4thorpej
2000-01-31bring in latest KAME ipsec tree.itojun
1999-07-01IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628.itojun
1998-10-05* in_pcblookup_port(): deprecate INPLOOKUP_WILDCARD and flags in favourlukem
1998-05-18Move the ppcb pointer towards the front of the structure so that it and thematt
1998-02-10add/cleanup multiple inclusion protection.perry
1998-01-07add the following, derived from FreeBSD:lukem
1997-10-14Add support for returning maximum supported MTU when ip_output fails withmatt
1997-09-22Implement in_pcbrtentry() - return the route associated with a PCB. Ifthorpej
1997-07-23Pull SYN_cache_branch down into the main line.thorpej
1997-01-11Implement the IP_RECVIF socket option: supply a datagram packet's incomingthorpej
1996-09-17Overlay inp_faddr and inp_laddr into the header prototype.mycroft
1996-09-15Hash unconnected PCBs.mycroft
1996-09-09Add in_nullhost() and in_hosteq() macros, to hide some protocolmycroft
1996-05-22Pass a proc pointer down to the usrreq and pcbbind functions for PRU_ATTACH, ...mycroft
1996-02-13netinet prototypeschristos
1996-01-31Build a hash table of PCBs. Hash function needs tweaking.mycroft
1995-06-18convert pcb lists to CIRCLEQs, so that the end can be looked at morecgd
1995-06-12in_pcbnotify*() don't return anything.mycroft
1995-06-12Various cleanup, including:mycroft
1995-04-13be a bit more careful and explicit with types. (basically a large no-op.)cgd
1995-03-26KERNEL -> _KERNELjtc
1994-06-29New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'cgd
1994-05-13Update to 4.4-Lite networking code, with a few local changes.mycroft
1994-01-08Fix some inconsistent spacing; spaces at the end of lines, etc.mycroft
1993-12-08More multicast stuff.hpeyerl
1993-05-20more rcsid additions and file header cleanupscgd
1993-04-19Add consistent multiple-inclusion protection.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd