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

/freebsd-10.0-release/lib/libc/rpc/
H A Dbindresvport.c105 portrange = IP_PORTRANGE;
/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Dsocket.c223 #if defined(IP_PORTRANGE)
226 setsockopt (sock, IPPROTO_IP, IP_PORTRANGE, &on, sizeof(on));
/freebsd-10.0-release/sys/netinet/
H A Din.h272 * A user may set the IPPROTO_IP option IP_PORTRANGE to change this
422 #define IP_PORTRANGE 19 /* int; range to choose for unspec port */ macro
593 * Argument for IP_PORTRANGE:
H A Dip_output.c1083 case IP_PORTRANGE:
1159 case IP_PORTRANGE:
1201 case IP_PORTRANGE:
/freebsd-10.0-release/libexec/ftpd/
H A Dftpd.c2879 #ifdef IP_PORTRANGE
2884 if (setsockopt(pdata, IPPROTO_IP, IP_PORTRANGE,
2994 #ifdef IP_PORTRANGE
2999 if (setsockopt(pdata, IPPROTO_IP, IP_PORTRANGE,
/freebsd-10.0-release/sys/rpc/
H A Drpc_generic.c810 portrange = IP_PORTRANGE;
/freebsd-10.0-release/lib/libfetch/
H A Dftp.c803 if (setsockopt(sd, IPPROTO_IP, IP_PORTRANGE,
/freebsd-10.0-release/sys/nlm/
H A Dnlm_prot_impl.c1553 opt.sopt_name = IP_PORTRANGE;

Completed in 117 milliseconds