summaryrefslogtreecommitdiffstats
path: root/sys/sys/socket.h
Commit message (Expand)AuthorAgeFilesLines
* Properly name the sysctl to "iflistl" rather than "iflist2", which had beenbz2012-02-111-1/+1
* Introduce a new NET_RT_IFLISTL API to query the address list. It worksbz2012-02-111-1/+4
* Allow using CMSG_NXTHDR with -Wcast-align.jilles2011-04-171-1/+1
* This commit implements the SO_USER_COOKIE socket option, which letsluigi2010-11-121-0/+1
* Improve the comment about CMGROUP_MAX.brooks2010-01-091-2/+2
* Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating anphk2009-09-081-3/+1
* Move the duplicate definition of struct sockaddr_storage to its ownphk2009-09-081-20/+1
* Add prototype defination for setfib(2) to sys/socket.h.delphij2008-08-081-0/+1
* Add accessor functions for socket fields.kmacy2008-07-211-0/+37
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-0/+1
* Add pru_flush routine so a transport canrrs2008-04-141-0/+6
* Give sendfile(2) a SF_SYNC flag which makes it wait until all mbufsphk2008-02-031-0/+1
* Fix style issues with initial TCP offload commitkmacy2007-12-121-2/+2
* Add driver independent interface to offload active established TCP connectionskmacy2007-12-121-0/+2
* Reserve AF_ constants for vendors by giving them the odd numberedalfred2007-09-181-0/+53
* Import rewrite of IPv4 socket multicast layer to support source-specificbms2007-06-121-0/+3
* Make inet6_rth_* family of functions more compliant with RFC3542:mtm2007-04-191-2/+4
* Ok, here it is, we finally add SCTP to current. Note that thisrrs2006-11-031-0/+1
* Rewrite kern_sendfile() to work in two loops, the inner which turns as manyandre2006-11-021-1/+2
* add support for 802.11 packet injection via bpfsam2006-07-261-1/+2
* Add three new read-only socket options, which allow regression testsrwatson2005-09-181-0/+3
* Implement unix(4) socket options LOCAL_CREDS and LOCAL_CONNWAIT.mdodd2005-04-131-0/+19
* Make MSG_NOSIGNAL available to native programs.alfred2005-03-091-1/+3
* Add kernel-only flag MSG_NOSIGNAL to be used in emulation layers to surpresssobomax2005-03-081-0/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* If soreceive() is called from a socket callback, there's no reasonps2004-11-291-0/+3
* RFC 2292 requires to check msg_controllen, in case that the kernel returnsandre2004-08-111-1/+8
* According to POSIX sys/socket.h must define CMSG_NXTHDR but most notharti2004-07-161-1/+1
* Whitespace correction - #define should be followed by a tab.truckman2004-06-011-1/+1
* Add MSG_NBIO flag option to soreceive() and sosend() that causestruckman2004-06-011-0/+1
* Mode few Bluetooth defines into system include filesemax2004-05-101-1/+3
* Remove advertising clause from University of California Regent's license,imp2004-04-071-4/+0
* Define AF_ARP/PF_ARP.mdodd2004-03-141-1/+3
* Add the SF_NODISKIO flag to sendfile. This flag causes sendfile to besilby2004-02-081-0/+5
* Introduce the SO_BINTIME option which takes a high-resolution timestampphk2004-01-311-0/+2
* Add restrict qualifiers.alfred2003-12-241-8/+5
* Add a sysctl MIB, NET_RT_IFMALIST, to retrieve multicast group membershipsbms2003-11-141-1/+3
* Finish driving a stake through the heart of netns and the associatedpeter2003-03-051-3/+3
* Move the typedef for size_t into _iovec.h, so that size_t is availablemike2003-02-261-5/+0
* It is bad style to define the same structure in multiple headerphk2002-12-281-8/+1
* Add prototype for sockatmark().fenner2002-12-141-3/+1
* Fix a constant in the standard namespace not to depend on anothermike2002-11-131-2/+2
* o Add typedefs for size_t and ssize_t.mike2002-10-121-17/+100
* o Merge <machine/ansi.h> and <machine/types.h> into a new headermike2002-08-211-6/+6
* Implement SO_NOSIGPIPE option for sockets. This allows one to request thatalfred2002-06-201-0/+1
* Reserve two constants for managing socket MAC labels via socket options.rwatson2002-06-141-0/+2
* Whitespaec consistency.rwatson2002-06-141-6/+6
* SO_PRIVSTATE has been commented out for long enough now....wollman2002-06-111-1/+0
* bde noticed that SOMAXCONN breaks pretty badly as an option for LINT.alfred2002-06-021-2/+0
* Add sa_family_t type to <sys/_types.h> and typedefs to <netinet/in.h>mike2002-04-201-2/+6
OpenPOWER on IntegriCloud