Searched refs:sunrpc (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_udp.c54 int sunrpc; local
75 sunrpc = !reservedport(IPPROTO_UDP, ntohs(udp->uh_dport)) &&
85 if (sunrpc) {
119 if (fraglen > 0 && sunrpc)
H A Dsnoop_tcp.c82 int sunrpc = 0; local
133 sunrpc = !reservedport(IPPROTO_TCP, ntohs(tcp->th_dport)) &&
144 if (sunrpc) {
216 if (sunrpc && fraglen > 0)

Completed in 59 milliseconds