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

/netbsd-current/lib/libc/rpc/
H A Dbindresvport.c117 portrange = IPV6_PORTRANGE;
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dsocket.c231 #if defined(IPV6_PORTRANGE)
234 setsockopt (sock, IPPROTO_IPV6, IPV6_PORTRANGE, &on, sizeof(on));
/netbsd-current/external/bsd/fetch/dist/libfetch/
H A Dftp.c865 #if defined(IPV6_PORTRANGE) || defined(IP_PORTRANGE)
874 #ifdef IPV6_PORTRANGE
876 if (setsockopt(sd, IPPROTO_IPV6, IPV6_PORTRANGE,
/netbsd-current/share/examples/refuse/ian/libfetch/
H A Dftp.c797 #ifdef IPV6_PORTRANGE
799 if (setsockopt(sd, IPPROTO_IPV6, IPV6_PORTRANGE,
/netbsd-current/sys/netinet6/
H A Din6.h390 #define IPV6_PORTRANGE 14 /* int; range to choose for unspec port */ macro
482 * Argument for IPV6_PORTRANGE:
H A Dip6_output.c1693 case IPV6_PORTRANGE:
1772 case IPV6_PORTRANGE:
1817 case IPV6_PORTRANGE:
/netbsd-current/sys/nfs/
H A Dnfs_socket.c226 IPV6_PORTRANGE, &val, sizeof(val))))
/netbsd-current/sys/fs/nfs/nlm/
H A Dnlm_prot_impl.c1588 opt.sopt_name = IPV6_PORTRANGE;

Completed in 213 milliseconds