Home
last modified time | relevance | path

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

/netbsd/sys/netinet6/
H A Dip6_output.c1575 case IPV6_USE_MIN_MTU: in ip6_ctloutput()
1909 case IPV6_USE_MIN_MTU: in ip6_ctloutput()
2187 case IPV6_USE_MIN_MTU: in ip6_getpcbopt()
2858 case IPV6_USE_MIN_MTU: in ip6_setpktopt()
3171 case IPV6_USE_MIN_MTU: in ip6_setpktopt()
H A Din6.h422 #define IPV6_USE_MIN_MTU 42 /* bool; send packets at the minimum MTU */ macro
/netbsd/crypto/dist/ipsec-tools/src/racoon/
H A Dsockmisc.c546 #ifdef IPV6_USE_MIN_MTU
548 setsockopt(sendsock, IPPROTO_IPV6, IPV6_USE_MIN_MTU,
H A Disakmp.c1692 #ifdef IPV6_USE_MIN_MTU in isakmp_open()
1693 if (setsockopt(fd, IPPROTO_IPV6, IPV6_USE_MIN_MTU, in isakmp_open()
/netbsd/external/bsd/unbound/dist/services/
H A Dlisten_dnsport.c215 #if defined(SO_REUSEADDR) || defined(SO_REUSEPORT) || defined(IPV6_USE_MIN_MTU) || defined(IP_TRAN… in create_udp_sock()
474 # if defined(IPV6_USE_MIN_MTU) in create_udp_sock()
483 if (setsockopt(s, IPPROTO_IPV6, IPV6_USE_MIN_MTU, in create_udp_sock()
/netbsd/external/bsd/ntp/dist/lib/isc/unix/
H A Dsocket.c1381 #if defined(IPV6_USE_MIN_MTU) in build_msghdr_send()
1402 #if defined(IPV6_USE_MIN_MTU) in build_msghdr_send()
1414 cmsgp->cmsg_type = IPV6_USE_MIN_MTU; in build_msghdr_send()
2090 #if defined(IPV6_USE_MIN_MTU) in allocate_socket()
2460 #ifdef IPV6_USE_MIN_MTU /* RFC 3542, not too common yet*/ in opensocket()
2463 setsockopt(sock->fd, IPPROTO_IPV6, IPV6_USE_MIN_MTU, in opensocket()
/netbsd/external/mpl/bind/dist/lib/isc/unix/
H A Dsocket.c1264 #if defined(IPV6_USE_MIN_MTU) in build_msghdr_send()
1276 cmsgp->cmsg_type = IPV6_USE_MIN_MTU; in build_msghdr_send()
2108 #if !defined(IPV6_USE_MIN_MTU) && !defined(IPV6_MTU) in use_min_mtu()
2111 #ifdef IPV6_USE_MIN_MTU in use_min_mtu()
2115 (void)setsockopt(sock->fd, IPPROTO_IPV6, IPV6_USE_MIN_MTU, in use_min_mtu()
/netbsd/external/bsd/nsd/dist/
H A Dserver.c898 #if defined(IPV6_USE_MIN_MTU) || defined(IPV6_MTU) in set_ipv6_use_min_mtu()
899 #if defined(IPV6_USE_MIN_MTU) in set_ipv6_use_min_mtu()
905 int opt = IPV6_USE_MIN_MTU; in set_ipv6_use_min_mtu()
H A Dnsd.c1245 #if defined(IPV6_USE_MIN_MTU) || defined(IPV6_MTU) in main()
H A Dquery.c357 #if defined(INET6) && !defined(IPV6_USE_MIN_MTU) && !defined(IPV6_MTU) in process_edns()
H A Dremote.c354 #if defined(SO_REUSEADDR) || (defined(INET6) && (defined(IPV6_V6ONLY) || defined(IPV6_USE_MIN_MTU) … in create_tcp_accept_sock()
/netbsd/external/bsd/ntp/dist/lib/isc/win32/
H A Dsocket.c1779 #ifdef IPV6_USE_MIN_MTU /*2292bis, not too common yet*/ in socket_create()
1783 IPV6_USE_MIN_MTU, in socket_create()
/netbsd/external/mpl/bind/dist/lib/isc/win32/
H A Dsocket.c1357 #ifdef IPV6_USE_MIN_MTU in use_min_mtu()
1361 (void)setsockopt(sock->fd, IPPROTO_IPV6, IPV6_USE_MIN_MTU, in use_min_mtu()
/netbsd/sbin/ping6/
H A Dping6.c706 if (prog_setsockopt(s, IPPROTO_IPV6, IPV6_USE_MIN_MTU, in main()
/netbsd/external/bsd/nsd/dist/doc/
H A DRELNOTES1994 IPV6_USE_MIN_MTU socket option is supported.
/netbsd/external/mpl/bind/dist/
H A DCHANGES2817 5065. [bug] Only set IPV6_USE_MIN_MTU on IPv6. [GL #553]
4997 4443. [func] Set TCP_MAXSEG in addition to IPV6_USE_MIN_MTU on
5025 4435. [tuning] Only set IPV6_USE_MIN_MTU for UDP when the message
8550 3411. [tuning] Use IPV6_USE_MIN_MTU or equivalent with TCP in addition
9469 3135. [port] FreeBSD: workaround broken IPV6_USE_MIN_MTU processing.
/netbsd/external/bsd/unbound/dist/doc/
H A DChangelog10933 - uses IPV6_USE_MIN_MTU for udp6 ,IPV6_V6ONLY to make ip6 sockets.