Module linux.socket
Linux kernel constants exposed under linux.socket.
Values are populated at build time from the kernel headers.
Tables
| af | Socket address families. |
| ipproto | IP-layer protocol numbers. |
| msg | Message flags for send/recv. |
| sock | Socket types (SOCKSTREAM, SOCKDGRAM, ...). |
Tables
- af
-
Socket address families.
Mirrors
AF_*defines in<linux/socket.h>. - ipproto
-
IP-layer protocol numbers.
Mirrors
IPPROTO_*defines in<uapi/linux/in.h>. - msg
-
Message flags for send/recv.
Mirrors
MSG_*defines in<linux/socket.h>. - sock
-
Socket types (SOCKSTREAM, SOCKDGRAM, ...).
Mirrors
SOCK_*defines in<linux/net.h>.