Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/roken/
H A Dsocket.c223 #if defined(IP_PORTRANGE) in socket_set_portrange()
226 setsockopt (sock, IPPROTO_IP, IP_PORTRANGE, &on, sizeof(on)); in socket_set_portrange()
/freebsd/lib/libc/rpc/
H A Dbindresvport.c95 portrange = IP_PORTRANGE; in bindresvport_sa()
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_connect.c70 if (setsockopt(sd, IPPROTO_IP, IP_PORTRANGE, &val, in ATF_TC_BODY()
H A Dt_listen.c113 if (setsockopt(sd, IPPROTO_IP, IP_PORTRANGE, &val, in ATF_TC_BODY()
/freebsd/sys/netinet/
H A Dip_output.c1334 case IP_PORTRANGE: in ip_ctloutput()
1412 case IP_PORTRANGE: in ip_ctloutput()
1465 case IP_PORTRANGE: in ip_ctloutput()
H A Din.h456 #define IP_PORTRANGE 19 /* int; range to choose for unspec port */ macro
/freebsd/libexec/ftpd/
H A Dftpd.c
/freebsd/sys/rpc/
H A Drpc_generic.c802 portrange = IP_PORTRANGE; in bindresvport()
/freebsd/lib/libfetch/
H A Dftp.c805 if (setsockopt(sd, IPPROTO_IP, IP_PORTRANGE, in ftp_transfer()
/freebsd/sys/nlm/
H A Dnlm_prot_impl.c1565 opt.sopt_name = IP_PORTRANGE; in nlm_server_main()
/freebsd/crypto/heimdal/appl/ftp/
H A DChangeLog414 * ftpd/ftpd.c, ftpd/ftpd.8: On systems with IP_PORTRANGE, have