getsockopt(IPV6_PREFER_TEMPADDR): This syscall would read the 4-byte ip6po_prefer_tempaddr field at offset 0xb8 in the ip6_pktopts object. getsockopt(IPV6_PKTINFO): This syscall would read 20 bytes from the address pointed to by the ip6po_pktinfo field at offset 0x10 in the ip6_pk...
accept(2) - accept a connection on a socket bind(2) - bind a name to a socket connect(2) - initiate a connection on a socket connectx(2) - initiate a connection on a socket disconnectx(2) - disconnects a connection on a socket getsockname(2) - get socket name getsockopt(2), set...