Searched refs:IPV6_PORTRANGE (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/heimdal/lib/roken/ |
H A D | socket.c | 229 #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 D | bindresvport.c | 104 portrange = IPV6_PORTRANGE; in bindresvport_sa()
|
/freebsd/sys/netinet6/ |
H A D | in6.h | 414 #define IPV6_PORTRANGE 14 /* int; range to choose for unspec port */ macro
|
H A D | ip6_output.c | 2073 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 D | ftp.c | 795 #ifdef IPV6_PORTRANGE in ftp_transfer() 797 if (setsockopt(sd, IPPROTO_IPV6, IPV6_PORTRANGE, in ftp_transfer()
|
/freebsd/libexec/ftpd/ |
H A D | ftpd.c | 2867 #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 D | rpc_generic.c | 810 portrange = IPV6_PORTRANGE; in bindresvport()
|
/freebsd/sys/nlm/ |
H A D | nlm_prot_impl.c | 1583 opt.sopt_name = IPV6_PORTRANGE; in nlm_server_main()
|