Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_filter.c559 uint_t slp_sport, slp_dport; in want_packet() local
889 slp_dport = ntohs(udp_h.uh_dport); in want_packet()
897 slp_dport = ntohs(tcp_h.th_dport); in want_packet()
907 if (slp_sport == 427 || slp_dport == 427) { in want_packet()
911 if (slp_sport != 427 && slp_dport == 427) in want_packet()
914 } else if (find_slp(slp_dport) != -1) { in want_packet()