aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/socket.h
Commit message (Expand)AuthorAgeFilesLines
* Allow using CMSG_NXTHDR with -Wcast-align.Jilles Tjoelker2011-04-171-1/+1
* This commit implements the SO_USER_COOKIE socket option, which letsLuigi Rizzo2010-11-121-0/+1
* Improve the comment about CMGROUP_MAX.Brooks Davis2010-01-091-2/+2
* Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating anPoul-Henning Kamp2009-09-081-3/+1
* Move the duplicate definition of struct sockaddr_storage to its ownPoul-Henning Kamp2009-09-081-20/+1
* Add prototype defination for setfib(2) to sys/socket.h.Xin LI2008-08-081-0/+1
* Add accessor functions for socket fields.Kip Macy2008-07-211-0/+37
* Add code to allow the system to handle multiple routing tables.Julian Elischer2008-05-091-0/+1
* Add pru_flush routine so a transport canRandall Stewart2008-04-141-0/+6
* Give sendfile(2) a SF_SYNC flag which makes it wait until all mbufsPoul-Henning Kamp2008-02-031-0/+1
* Fix style issues with initial TCP offload commitKip Macy2007-12-121-2/+2
* Add driver independent interface to offload active established TCP connectionsKip Macy2007-12-121-0/+2
* Reserve AF_ constants for vendors by giving them the odd numberedAlfred Perlstein2007-09-181-0/+53
* Import rewrite of IPv4 socket multicast layer to support source-specificBruce M Simpson2007-06-121-0/+3
* Make inet6_rth_* family of functions more compliant with RFC3542:Mike Makonnen2007-04-191-2/+4
* Ok, here it is, we finally add SCTP to current. Note that thisRandall Stewart2006-11-031-0/+1
* Rewrite kern_sendfile() to work in two loops, the inner which turns as manyAndre Oppermann2006-11-021-1/+2
* add support for 802.11 packet injection via bpfSam Leffler2006-07-261-1/+2
* Add three new read-only socket options, which allow regression testsRobert Watson2005-09-181-0/+3
* Implement unix(4) socket options LOCAL_CREDS and LOCAL_CONNWAIT.Matthew N. Dodd2005-04-131-0/+19
* Make MSG_NOSIGNAL available to native programs.Alfred Perlstein2005-03-091-1/+3
* Add kernel-only flag MSG_NOSIGNAL to be used in emulation layers to surpressMaxim Sobolev2005-03-081-0/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* If soreceive() is called from a socket callback, there's no reasonPaul Saab2004-11-291-0/+3
* RFC 2292 requires to check msg_controllen, in case that the kernel returnsAndre Oppermann2004-08-111-1/+8
* According to POSIX sys/socket.h must define CMSG_NXTHDR but most notHartmut Brandt2004-07-161-1/+1
* Whitespace correction - #define should be followed by a tab.Don Lewis2004-06-011-1/+1
* Add MSG_NBIO flag option to soreceive() and sosend() that causesDon Lewis2004-06-011-0/+1
* Mode few Bluetooth defines into system include filesMaksim Yevmenkin2004-05-101-1/+3
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-071-4/+0
* Define AF_ARP/PF_ARP.Matthew N. Dodd2004-03-141-1/+3
* Add the SF_NODISKIO flag to sendfile. This flag causes sendfile to beMike Silbersack2004-02-081-0/+5
* Introduce the SO_BINTIME option which takes a high-resolution timestampPoul-Henning Kamp2004-01-311-0/+2
* Add restrict qualifiers.Alfred Perlstein2003-12-241-8/+5
* Add a sysctl MIB, NET_RT_IFMALIST, to retrieve multicast group membershipsBruce M Simpson2003-11-141-1/+3
* Finish driving a stake through the heart of netns and the associatedPeter Wemm2003-03-051-3/+3
* Move the typedef for size_t into _iovec.h, so that size_t is availableMike Barcroft2003-02-261-5/+0
* It is bad style to define the same structure in multiple headerPoul-Henning Kamp2002-12-281-8/+1
* Add prototype for sockatmark().Bill Fenner2002-12-141-3/+1
* Fix a constant in the standard namespace not to depend on anotherMike Barcroft2002-11-131-2/+2
* o Add typedefs for size_t and ssize_t.Mike Barcroft2002-10-121-17/+100
* o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft2002-08-211-6/+6
* Implement SO_NOSIGPIPE option for sockets. This allows one to request thatAlfred Perlstein2002-06-201-0/+1
* Reserve two constants for managing socket MAC labels via socket options.Robert Watson2002-06-141-0/+2
* Whitespaec consistency.Robert Watson2002-06-141-6/+6
* SO_PRIVSTATE has been commented out for long enough now....Garrett Wollman2002-06-111-1/+0
* bde noticed that SOMAXCONN breaks pretty badly as an option for LINT.Alfred Perlstein2002-06-021-2/+0
* Add sa_family_t type to <sys/_types.h> and typedefs to <netinet/in.h>Mike Barcroft2002-04-201-2/+6
* Remove __PAlfred Perlstein2002-03-191-19/+19
* Zero functional difference; make some integer constants unsigned, asMark Murray2002-02-031-1/+1