HomeSort by: relevance | last modified time | path
    Searched refs:IPV6_USE_MIN_MTU (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netinet6/
ip6_output.c 721 * An advanced API option (IPV6_USE_MIN_MTU) can also override MTU
1581 case IPV6_USE_MIN_MTU:
1915 case IPV6_USE_MIN_MTU:
2193 case IPV6_USE_MIN_MTU:
2864 case IPV6_USE_MIN_MTU:
3177 case IPV6_USE_MIN_MTU:
in6.h 422 #define IPV6_USE_MIN_MTU 42 /* bool; send packets at the minimum MTU */
  /src/sbin/ping6/
ping6.c 706 if (prog_setsockopt(s, IPPROTO_IPV6, IPV6_USE_MIN_MTU,
708 err(1, "setsockopt(IPV6_USE_MIN_MTU)");

Completed in 15 milliseconds