Searched refs:SO_MAC_IMPLICIT (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | socket.h | 203 #define SO_MAC_IMPLICIT 0x1016 /* hide mac labels on wire */ macro
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | icmp_opt_data.c | 83 { SO_MAC_IMPLICIT, SOL_SOCKET, OA_RW, OA_RW, OP_NP, 0, sizeof (int),
|
H A D | conn_opt.c | 694 case SO_MAC_IMPLICIT: in conn_opt_get() 1102 case SO_MAC_IMPLICIT: in conn_opt_set_socket() 1195 case SO_MAC_IMPLICIT: in conn_opt_set_socket()
|
/illumos-gate/usr/src/uts/common/inet/udp/ |
H A D | udp_opt_data.c | 88 { SO_MAC_IMPLICIT, SOL_SOCKET, OA_RW, OA_RW, OP_NP, 0, sizeof (int),
|
/illumos-gate/usr/src/uts/common/inet/tcp/ |
H A D | tcp_opt_data.c | 86 { SO_MAC_IMPLICIT, SOL_SOCKET, OA_RW, OA_RW, OP_NP, 0, sizeof (int),
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | priv_defs | 240 Allows a process to set SO_MAC_IMPLICIT option by using
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | print.c | 1975 case SO_MAC_IMPLICIT: return ("SO_MAC_IMPLICIT"); in sol_optname()
|
/illumos-gate/usr/src/uts/common/fs/proc/ |
H A D | prsubr.c | 2763 { SOL_SOCKET, SO_MAC_IMPLICIT, PR_SO_MAC_IMPLICIT }, in prfdinfosockopt()
|