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

/freebsd-10.3-release/lib/libc/rpc/
H A Dbindresvport.c113 portrange = IPV6_PORTRANGE;
/freebsd-10.3-release/crypto/heimdal/lib/roken/
H A Dsocket.c229 #if defined(IPV6_PORTRANGE)
232 setsockopt (sock, IPPROTO_IPV6, IPV6_PORTRANGE, &on, sizeof(on));
/freebsd-10.3-release/sys/netinet6/
H A Din6.h404 #define IPV6_PORTRANGE 14 /* int; range to choose for unspec port */ macro
544 * Argument for IPV6_PORTRANGE:
H A Dip6_output.c1692 case IPV6_PORTRANGE:
1777 case IPV6_PORTRANGE:
1823 case IPV6_PORTRANGE:
/freebsd-10.3-release/lib/libfetch/
H A Dftp.c793 #ifdef IPV6_PORTRANGE
795 if (setsockopt(sd, IPPROTO_IPV6, IPV6_PORTRANGE,
/freebsd-10.3-release/libexec/ftpd/
H A Dftpd.c2887 #ifdef IPV6_PORTRANGE
2892 if (setsockopt(pdata, IPPROTO_IPV6, IPV6_PORTRANGE,
3002 #ifdef IPV6_PORTRANGE
3007 if (setsockopt(pdata, IPPROTO_IPV6, IPV6_PORTRANGE,
/freebsd-10.3-release/sys/rpc/
H A Drpc_generic.c821 portrange = IPV6_PORTRANGE;
/freebsd-10.3-release/sys/nlm/
H A Dnlm_prot_impl.c1572 opt.sopt_name = IPV6_PORTRANGE;

Completed in 301 milliseconds