Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/dntpd/
H A Dsocket.c100 #ifdef IP_PORTRANGE in udp_socket()
102 setsockopt(fd, IPPROTO_IP, IP_PORTRANGE, &tos, sizeof(tos)); in udp_socket()
/dragonfly/lib/libc/rpc/
H A Dbindresvport.c93 portrange = IP_PORTRANGE; in bindresvport_sa()
/dragonfly/sys/netinet/
H A Din.h377 #define IP_PORTRANGE 19 /* int; range to choose for unspec port */ macro
H A Dip_output.c1189 case IP_PORTRANGE: in ip_ctloutput()
1245 case IP_PORTRANGE: in ip_ctloutput()
1285 case IP_PORTRANGE: in ip_ctloutput()
/dragonfly/lib/libftpio/
H A Dftpio.c961 #ifdef IP_PORTRANGE in ftp_file_op()
964 if (setsockopt(s, IPPROTO_IP, IP_PORTRANGE, (char *) in ftp_file_op()
/dragonfly/libexec/ftpd/
H A Dftpd.c2821 #ifdef IP_PORTRANGE in passive()
2826 if (setsockopt(pdata, IPPROTO_IP, IP_PORTRANGE, in passive()
2936 #ifdef IP_PORTRANGE in long_passive()
2941 if (setsockopt(pdata, IPPROTO_IP, IP_PORTRANGE, in long_passive()
/dragonfly/lib/libfetch/
H A Dftp.c805 if (setsockopt(sd, IPPROTO_IP, IP_PORTRANGE, in ftp_transfer()
/dragonfly/sys/vfs/nfs/
H A Dnfs_socket.c220 sopt.sopt_name = IP_PORTRANGE; in nfs_connect()
239 sopt.sopt_name = IP_PORTRANGE; in nfs_connect()