Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Din.h508 #define IP_UNBLOCK_SOURCE 73 /* unblock a source */ macro
H A Din_mcast.c1391 case IP_UNBLOCK_SOURCE: { in inp_block_unblock_source()
2814 case IP_UNBLOCK_SOURCE: in inp_setmoptions()
H A Dip_output.c1315 case IP_UNBLOCK_SOURCE: in ip_ctloutput()
/freebsd/tools/regression/netinet/ipmulticast/
H A Dipmulticast.c266 error = setsockopt(sock, IPPROTO_IP, IP_UNBLOCK_SOURCE, &mreqs, in do_asm_ipv4()
/freebsd/usr.sbin/mtest/
H A Dmtest.c639 IP_UNBLOCK_SOURCE : in process_cmd()
/freebsd/sys/compat/linux/
H A Dlinux_socket.c161 return (IP_UNBLOCK_SOURCE); in linux_to_bsd_ip_sockopt()