aboutsummaryrefslogtreecommitdiffstats
path: root/sys/socket_inet6.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys: move linux descriptions to sys/linuxDmitry Vyukov2017-09-151-191/+0
|
* sys: change proc arguments to the format used by const/flags/lenDmitry Vyukov2017-08-311-1/+1
| | | | | | | | All other types have optional underlying type as the last argument. Proc have it as first. This creates very irregular syntax and complicates parsing. Make type the last argument. Note: this is a breaking change if you have descriptions on the side.
* sys: reformat descriptionsDmitry Vyukov2017-08-181-2/+2
|
* sys: make ifindex a resourceAndrey Konovalov2017-04-201-5/+5
| | | | | Also split ioctl$sock_inet_ifreq into multple ioctls to make it possible to disable or enable particular ones.
* sys: add more ipv6 socket optionsAndrey Konovalov2017-04-201-11/+52
|
* sys: add some ip socket optionsAndrey Konovalov2017-04-201-1/+5
|
* sys: add some ipv6 socket optionsAndrey Konovalov2017-04-201-7/+53
|
* sys: add more ipv6 ioctlsAndrey Konovalov2017-04-081-0/+32
|
* sys: use ipv4_addr & ipv6_addr instead of in_addr & in6_addrAndrey Konovalov2017-04-081-18/+5
|
* sys: use consistent setsockopt$inet* syscall names for ip optionsAndrey Konovalov2017-04-071-10/+10
|
* sys: move ipv6 sockets to its own fileAndrey Konovalov2017-04-071-0/+81