Home
last modified time | relevance | path

Searched refs:SO_PROTOCOL (Results 1 – 4 of 4) sorted by relevance

/freebsd/cddl/lib/libdtrace/
H A Dsocket.d100 #pragma D binding "1.13" SO_PROTOCOL
101 inline int SO_PROTOCOL = 0x1016; /* get socket protocol (Linux name) */ variable
103 inline int SO_PROTOTYPE = SO_PROTOCOL; /* alias for SO_PROTOCOL (SunOS name) */
/freebsd/sys/sys/
H A Dsocket.h168 #define SO_PROTOCOL 0x1016 /* get socket protocol (Linux name) */ macro
169 #define SO_PROTOTYPE SO_PROTOCOL /* alias for SO_PROTOCOL (SunOS name) */
/freebsd/sys/compat/linux/
H A Dlinux_socket.c568 return (SO_PROTOCOL); in linux_to_bsd_so_sockopt()
/freebsd/sys/kern/
H A Duipc_socket.c3392 case SO_PROTOCOL: