Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-rx.c1211 uint32_t cb_op; in cb_print() local
1222 cb_op = GET_BE_U_4(bp + sizeof(struct rx_header)); in cb_print()
1224 ND_PRINT(" cb call %s", tok2str(cb_req, "op#%u", cb_op)); in cb_print()
1233 switch (cb_op) { in cb_print()