Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Din.h475 #define IP_PORTRANGE 19 /* int; range to choose for unspec port */ macro
H A Dip_output.c2408 case IP_PORTRANGE: in ip_ctloutput()
2575 case IP_PORTRANGE: in ip_ctloutput()
2610 case IP_PORTRANGE: in ip_ctloutput()
H A Dip_icmp.c1267 case IP_PORTRANGE: in icmp_dgram_ctloutput()
/xnu-8019.80.24/bsd/nfs/
H A Dnfs_socket.c629 int optname = (sa->sa_family == AF_INET) ? IP_PORTRANGE : IPV6_PORTRANGE; in nfs_socket_create()
5737 int optname = (saddr->sa_family == AF_INET) ? IP_PORTRANGE : IPV6_PORTRANGE; in nfs_aux_request()