Searched defs:slp_sport (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_filter.c556 uint_t slp_sport, slp_dport; local
885 slp_sport = ntohs(udp_h.uh_sport);
893 slp_sport = ntohs(tcp_h.th_sport);
904 if (slp_sport == 427 || slp_dport == 427) {
908 if (slp_sport != 427 && slp_dport == 427)
909 stash_slp(slp_sport);

Completed in 49 milliseconds