Searched refs:IP_BLOCK_SOURCE (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/boot/include/netinet/ |
H A D | in.h | 476 #define IP_BLOCK_SOURCE 72 /* block a source */ macro
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | icmp_opt_data.c | 118 { IP_BLOCK_SOURCE, IPPROTO_IP, OA_X, OA_X, OP_NP, OP_NODEFAULT,
|
H A D | conn_opt.c | 809 case IP_BLOCK_SOURCE: in conn_opt_get() 1465 case IP_BLOCK_SOURCE: in conn_opt_set_ip()
|
H A D | ip.c | 6491 case IP_BLOCK_SOURCE: in ip_opt_set_multicast_sources()
|
/illumos-gate/usr/src/uts/common/inet/udp/ |
H A D | udp_opt_data.c | 134 { IP_BLOCK_SOURCE, IPPROTO_IP, OA_X, OA_X, OP_NP, OP_NODEFAULT,
|
/illumos-gate/usr/src/uts/common/netinet/ |
H A D | in.h | 927 #define IP_BLOCK_SOURCE 0x15 /* block mcast pkts from source */ macro
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | print.c | 2149 case IP_BLOCK_SOURCE: return ("IP_BLOCK_SOURCE"); in ip_optname()
|