Searched refs:IPV6_USE_MIN_MTU (Results 1 – 8 of 8) sorted by relevance
197 #ifdef IPV6_USE_MIN_MTU in usage()
335 #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()
1982 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()
451 #define IPV6_USE_MIN_MTU 42 /* bool; send packets at the minimum MTU */ macro
1096 X(IPV6_PATHMTU) X(IPV6_RTHDRDSTOPTS) X(IPV6_USE_MIN_MTU)
247 #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()
1733 (sopt->sopt_name == IPV6_USE_MIN_MTU)) { in tcp_ctloutput()
12330 - uses IPV6_USE_MIN_MTU for udp6 ,IPV6_V6ONLY to make ip6 sockets.