Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pf.c83 int transport_protocol; member
243 static void pf_check_transport_protocol(uint_t transport_protocol);
1125 pf_check_transport_protocol(uint_t transport_protocol) in pf_check_transport_protocol() argument
1130 for (i = 0; dl.dl_trans_map_tbl[i].transport_protocol != -1; i++) { in pf_check_transport_protocol()
1131 if (transport_protocol == in pf_check_transport_protocol()
1132 (uint_t)dl.dl_trans_map_tbl[i].transport_protocol) { in pf_check_transport_protocol()
1138 transport_protocol); in pf_check_transport_protocol()