Searched refs:IPV6_DONTFRAG (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.61.12/tests/ |
| H A D | v4mappedv6_dontfrag.c | 121 …T_ASSERT_POSIX_SUCCESS(setsockopt(sockfd, IPPROTO_IPV6, IPV6_DONTFRAG, &Option, sizeof(Option)), "… 130 …T_ASSERT_POSIX_SUCCESS(setsockopt(sockfd, IPPROTO_IPV6, IPV6_DONTFRAG, &Option, sizeof(Option)), "…
|
| /xnu-12377.61.12/bsd/netinet6/ |
| H A D | in6.h | 630 #define IPV6_DONTFRAG 62 /* bool; disable IPv6 fragmentation */ macro
|
| H A D | ip6_output.c | 2673 case IPV6_DONTFRAG: in ip6_ctloutput() 2699 case IPV6_DONTFRAG: in ip6_ctloutput() 3080 case IPV6_DONTFRAG: in ip6_ctloutput() 3371 case IPV6_DONTFRAG: { in ip6_getpcbopt() 3789 case IPV6_DONTFRAG: in ip6_setpktopt() 4129 case IPV6_DONTFRAG: in ip6_setpktopt()
|
| H A D | in6.c | 4800 case IPV6_DONTFRAG: in ipv6sockopt_cassert()
|