Searched refs:SO_MAC_IMPLICIT (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | socket.h | 190 #define SO_MAC_IMPLICIT 0x1016 /* hide mac labels on wire */ macro
|
/titanic_41/usr/src/uts/common/inet/ip/ |
H A D | icmp_opt_data.c | 82 { SO_MAC_IMPLICIT, SOL_SOCKET, OA_RW, OA_RW, OP_NP, 0, sizeof (int),
|
H A D | conn_opt.c | 668 case SO_MAC_IMPLICIT: in conn_opt_get() 1067 case SO_MAC_IMPLICIT: in conn_opt_set_socket() 1160 case SO_MAC_IMPLICIT: in conn_opt_set_socket()
|
/titanic_41/usr/src/uts/common/inet/udp/ |
H A D | udp_opt_data.c | 85 { SO_MAC_IMPLICIT, SOL_SOCKET, OA_RW, OA_RW, OP_NP, 0, sizeof (int),
|
/titanic_41/usr/src/cmd/ptools/pfiles/ |
H A D | pfiles.c | 624 { SOL_SOCKET, SO_MAC_IMPLICIT, "SO_MAC_IMPLICIT," }, in show_sockopts()
|
/titanic_41/usr/src/uts/common/inet/tcp/ |
H A D | tcp_opt_data.c | 81 { SO_MAC_IMPLICIT, SOL_SOCKET, OA_RW, OA_RW, OP_NP, 0, sizeof (int),
|
/titanic_41/usr/src/uts/common/os/ |
H A D | priv_defs | 240 Allows a process to set SO_MAC_IMPLICIT option by using
|
/titanic_41/usr/src/cmd/truss/ |
H A D | print.c | 1861 case SO_MAC_IMPLICIT: return ("SO_MAC_IMPLICIT"); in sol_optname()
|