Home
last modified time | relevance | path

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.c73 sunrpc = !reservedport(IPPROTO_UDP, ntohs(udp->uh_dport)) && in interpret_udp()
74 !reservedport(IPPROTO_UDP, ntohs(udp->uh_sport)) && in interpret_udp()
H A Dsnoop_tcp.c133 sunrpc = !reservedport(IPPROTO_TCP, ntohs(tcp->th_dport)) && in interpret_tcp()
134 !reservedport(IPPROTO_TCP, ntohs(tcp->th_sport)) && in interpret_tcp()
H A Dsnoop_rport.c162 reservedport(int proto, int port) in reservedport() function