Home
last modified time | relevance | path

Searched refs:IP_BLOCK_SOURCE (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/netinet/
H A Din.h507 #define IP_BLOCK_SOURCE 72 /* block a source */ macro
H A Din_mcast.c1388 case IP_BLOCK_SOURCE: in inp_block_unblock_source()
1412 if (sopt->sopt_name == IP_BLOCK_SOURCE) in inp_block_unblock_source()
2795 case IP_BLOCK_SOURCE: in inp_setmoptions()
H A Dip_output.c1322 case IP_BLOCK_SOURCE: in ip_ctloutput()
/freebsd/tools/regression/netinet/ipmulticast/
H A Dipmulticast.c230 error = setsockopt(sock, IPPROTO_IP, IP_BLOCK_SOURCE, &mreqs, in do_asm_ipv4()
/freebsd/usr.sbin/mtest/
H A Dmtest.c640 IP_BLOCK_SOURCE; in process_cmd()
/freebsd/sys/compat/linux/
H A Dlinux_socket.c164 return (IP_BLOCK_SOURCE); in linux_to_bsd_ip_sockopt()