Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/roken/
H A Dsocket.c229 #if defined(IPV6_PORTRANGE) in socket_set_portrange()
232 setsockopt (sock, IPPROTO_IPV6, IPV6_PORTRANGE, &on, sizeof(on)); in socket_set_portrange()
/freebsd/lib/libc/rpc/
H A Dbindresvport.c104 portrange = IPV6_PORTRANGE; in bindresvport_sa()
/freebsd/sys/netinet6/
H A Din6.h414 #define IPV6_PORTRANGE 14 /* int; range to choose for unspec port */ macro
H A Dip6_output.c2073 case IPV6_PORTRANGE: in ip6_ctloutput()
2146 case IPV6_PORTRANGE: in ip6_ctloutput()
2195 case IPV6_PORTRANGE: in ip6_ctloutput()
/freebsd/lib/libfetch/
H A Dftp.c795 #ifdef IPV6_PORTRANGE in ftp_transfer()
797 if (setsockopt(sd, IPPROTO_IPV6, IPV6_PORTRANGE, in ftp_transfer()
/freebsd/libexec/ftpd/
H A Dftpd.c2867 #ifdef IPV6_PORTRANGE in passive()
2872 if (setsockopt(pdata, IPPROTO_IPV6, IPV6_PORTRANGE, in passive()
2982 #ifdef IPV6_PORTRANGE in long_passive()
2987 if (setsockopt(pdata, IPPROTO_IPV6, IPV6_PORTRANGE, in long_passive()
/freebsd/sys/rpc/
H A Drpc_generic.c810 portrange = IPV6_PORTRANGE; in bindresvport()
/freebsd/sys/nlm/
H A Dnlm_prot_impl.c1583 opt.sopt_name = IPV6_PORTRANGE; in nlm_server_main()