Home
last modified time | relevance | path

Searched refs:IP_PORTRANGE (Results 1 – 11 of 11) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/roken/
HDsocket.c223 #if defined(IP_PORTRANGE) in socket_set_portrange()
226 setsockopt (sock, IPPROTO_IP, IP_PORTRANGE, &on, sizeof(on)); in socket_set_portrange()
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
HDt_connect.c70 if (setsockopt(sd, IPPROTO_IP, IP_PORTRANGE, &val, in ATF_TC_BODY()
HDt_listen.c113 if (setsockopt(sd, IPPROTO_IP, IP_PORTRANGE, &val, in ATF_TC_BODY()
/freebsd-11-stable/lib/libc/rpc/
HDbindresvport.c100 portrange = IP_PORTRANGE; in bindresvport_sa()
/freebsd-11-stable/sys/netinet/
HDip_output.c1158 case IP_PORTRANGE: in ip_ctloutput()
1224 case IP_PORTRANGE: in ip_ctloutput()
1274 case IP_PORTRANGE: in ip_ctloutput()
HDin.h427 #define IP_PORTRANGE 19 /* int; range to choose for unspec port */ macro
/freebsd-11-stable/libexec/ftpd/
HDftpd.c2897 #ifdef IP_PORTRANGE in passive()
2902 if (setsockopt(pdata, IPPROTO_IP, IP_PORTRANGE, in passive()
3012 #ifdef IP_PORTRANGE in long_passive()
3017 if (setsockopt(pdata, IPPROTO_IP, IP_PORTRANGE, in long_passive()
/freebsd-11-stable/sys/rpc/
HDrpc_generic.c813 portrange = IP_PORTRANGE; in bindresvport()
/freebsd-11-stable/lib/libfetch/
HDftp.c805 if (setsockopt(sd, IPPROTO_IP, IP_PORTRANGE, in ftp_transfer()
/freebsd-11-stable/sys/nlm/
HDnlm_prot_impl.c1561 opt.sopt_name = IP_PORTRANGE; in nlm_server_main()
/freebsd-11-stable/crypto/heimdal/appl/ftp/
HDChangeLog414 * ftpd/ftpd.c, ftpd/ftpd.8: On systems with IP_PORTRANGE, have