Searched refs:reservedport (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_udp.c75 sunrpc = !reservedport(IPPROTO_UDP, ntohs(udp->uh_dport)) &&
76 !reservedport(IPPROTO_UDP, ntohs(udp->uh_sport)) &&
H A Dsnoop_tcp.c133 sunrpc = !reservedport(IPPROTO_TCP, ntohs(tcp->th_dport)) &&
134 !reservedport(IPPROTO_TCP, ntohs(tcp->th_sport)) &&
H A Dsnoop_rport.c160 reservedport(int proto, int port) function

Completed in 55 milliseconds