Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/heimdal/lib/roken/
HDsocket.c229 #if defined(IPV6_PORTRANGE) in socket_set_portrange()
232 setsockopt (sock, IPPROTO_IPV6, IPV6_PORTRANGE, &on, sizeof(on)); in socket_set_portrange()
/freebsd-14-stable/lib/libc/rpc/
HDbindresvport.c108 portrange = IPV6_PORTRANGE; in bindresvport_sa()
/freebsd-14-stable/sys/netinet6/
HDin6.h416 #define IPV6_PORTRANGE 14 /* int; range to choose for unspec port */ macro
HDip6_output.c2100 case IPV6_PORTRANGE: in ip6_ctloutput()
2173 case IPV6_PORTRANGE: in ip6_ctloutput()
2222 case IPV6_PORTRANGE: in ip6_ctloutput()
/freebsd-14-stable/lib/libfetch/
HDftp.c795 #ifdef IPV6_PORTRANGE in ftp_transfer()
797 if (setsockopt(sd, IPPROTO_IPV6, IPV6_PORTRANGE, in ftp_transfer()
/freebsd-14-stable/libexec/ftpd/
HDftpd.c2882 #ifdef IPV6_PORTRANGE in passive()
2887 if (setsockopt(pdata, IPPROTO_IPV6, IPV6_PORTRANGE, in passive()
2997 #ifdef IPV6_PORTRANGE in long_passive()
3002 if (setsockopt(pdata, IPPROTO_IPV6, IPV6_PORTRANGE, in long_passive()
/freebsd-14-stable/sys/rpc/
HDrpc_generic.c820 portrange = IPV6_PORTRANGE; in bindresvport()
/freebsd-14-stable/sys/nlm/
HDnlm_prot_impl.c1560 opt.sopt_name = IPV6_PORTRANGE; in nlm_server_main()