Home
last modified time | relevance | path

Searched refs:IPV6_USE_MIN_MTU (Results 1 – 8 of 8) sorted by relevance

/freebsd-13-stable/sbin/ping/
HDmain.c197 #ifdef IPV6_USE_MIN_MTU in usage()
HDping6.c335 #ifdef IPV6_USE_MIN_MTU in ping6()
502 #ifdef IPV6_USE_MIN_MTU in ping6()
823 #ifdef IPV6_USE_MIN_MTU in ping6()
827 if (setsockopt(ssend, IPPROTO_IPV6, IPV6_USE_MIN_MTU, in ping6()
/freebsd-13-stable/sys/netinet6/
HDip6_output.c1982 case IPV6_USE_MIN_MTU: in ip6_ctloutput()
2382 case IPV6_USE_MIN_MTU: in ip6_ctloutput()
2650 case IPV6_USE_MIN_MTU: in ip6_getpcbopt()
2930 case IPV6_USE_MIN_MTU: in ip6_setpktopt()
3245 case IPV6_USE_MIN_MTU: in ip6_setpktopt()
HDin6.h451 #define IPV6_USE_MIN_MTU 42 /* bool; send packets at the minimum MTU */ macro
/freebsd-13-stable/lib/libsysdecode/
HDflags.c1096 X(IPV6_PATHMTU) X(IPV6_RTHDRDSTOPTS) X(IPV6_USE_MIN_MTU)
/freebsd-13-stable/contrib/unbound/services/
HDlisten_dnsport.c247 #if defined(SO_REUSEADDR) || defined(SO_REUSEPORT) || defined(IPV6_USE_MIN_MTU) || defined(IP_TRAN… in create_udp_sock()
513 # if defined(IPV6_USE_MIN_MTU) in create_udp_sock()
522 if (setsockopt(s, IPPROTO_IPV6, IPV6_USE_MIN_MTU, in create_udp_sock()
/freebsd-13-stable/sys/netinet/
HDtcp_usrreq.c1733 (sopt->sopt_name == IPV6_USE_MIN_MTU)) { in tcp_ctloutput()
/freebsd-13-stable/contrib/unbound/doc/
HDChangelog12330 - uses IPV6_USE_MIN_MTU for udp6 ,IPV6_V6ONLY to make ip6 sockets.