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

/freebsd-12-stable/contrib/tcpdump/
H A Dprint-rx.c1223 int cb_op; local
1238 cb_op = EXTRACT_32BITS(bp + sizeof(struct rx_header));
1240 ND_PRINT((ndo, " cb call %s", tok2str(cb_req, "op#%d", cb_op)));
1249 switch (cb_op) {

Completed in 107 milliseconds