Home
last modified time | relevance | path

Searched refs:IP_MULTICAST_TTL (Results 1 – 15 of 15) sorted by relevance

/freebsd-10-stable/contrib/apr/network_io/unix/
Dmulticast.c217 if (type == IP_MULTICAST_TTL) { in do_mcast_opt()
267 #if defined(IP_MULTICAST_TTL) && defined(HAVE_STRUCT_IPMREQ) in apr_mcast_hops()
268 return do_mcast_opt(IP_MULTICAST_TTL, sock, ttl); in apr_mcast_hops()
/freebsd-10-stable/tools/regression/netinet/msocket/
Dmsocket.c195 test_u_char(IP_MULTICAST_TTL, "IP_MULTICAST_TTL", 1, 2, 243, in test_ttl()
197 test_u_char(IP_MULTICAST_TTL, "IP_MULTICAST_TTL", 1, 2, 243, in test_ttl()
199 test_u_char(IP_MULTICAST_TTL, "IP_MULTICAST_TTL", 1, 2, 243, in test_ttl()
/freebsd-10-stable/contrib/wpa/src/wps/
Dwps_upnp_ssdp.c757 if (setsockopt(sd, IPPROTO_IP, IP_MULTICAST_TTL, in ssdp_listener_open()
882 if (setsockopt(sd, IPPROTO_IP, IP_MULTICAST_TTL, in ssdp_open_multicast_sock()
/freebsd-10-stable/sys/netinet/
Din.h418 #define IP_MULTICAST_TTL 10 /* u_char; set/get IP multicast ttl */ macro
Dip_output.c1072 case IP_MULTICAST_TTL: in ip_ctloutput()
1243 case IP_MULTICAST_TTL: in ip_ctloutput()
Din_mcast.c1775 case IP_MULTICAST_TTL: in inp_getmoptions()
2703 case IP_MULTICAST_TTL: { in inp_setmoptions()
/freebsd-10-stable/tools/tools/mctest/
Dmctest.cc351 if (setsockopt(sock, IPPROTO_IP, IP_MULTICAST_TTL, in source()
/freebsd-10-stable/contrib/ipfilter/tools/
Dipfsyncd.c370 if (setsockopt(igmpfd, IPPROTO_IP, IP_MULTICAST_TTL,
/freebsd-10-stable/tools/regression/netinet/ipmulticast/
Dipmulticast.c323 test_ip_uchar(sock, socktypename, IP_MULTICAST_TTL, in do_misc_opts()
/freebsd-10-stable/tools/regression/netinet/ipsockopt/
Dipsockopt.c841 test_ip_uchar(sock, socktypename, IP_MULTICAST_TTL, in testsuite()
/freebsd-10-stable/sbin/routed/
Dmain.c678 if (setsockopt(s, IPPROTO_IP, IP_MULTICAST_TTL, in get_rip_sock()
/freebsd-10-stable/usr.sbin/rwhod/
Drwhod.c618 if (setsockopt(so, IPPROTO_IP, IP_MULTICAST_TTL, &ttl, in configure()
/freebsd-10-stable/sbin/ping/
Dping.c688 if (setsockopt(s, IPPROTO_IP, IP_MULTICAST_TTL, &mttl, in main()
/freebsd-10-stable/sys/compat/linux/
Dlinux_socket.c278 return (IP_MULTICAST_TTL); in linux_to_bsd_ip_sockopt()
/freebsd-10-stable/contrib/ntp/ntpd/
Dntp_io.c3174 IP_MULTICAST_TTL,