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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pf.c215 void (*dl_match_fn)(uint_t datatype); member in struct:datalink
1156 dl.dl_match_fn(dl.dl_trans_map_tbl[i].network_protocol);
1182 dl.dl_match_fn(dl.dl_net_map_tbl[i].nmt_val);
1556 dl.dl_match_fn = pf_match_ethertype;
1572 dl.dl_match_fn = pf_match_ibtype;
1583 dl.dl_match_fn = pf_match_ipnettype;

Completed in 47 milliseconds