Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-rx.c2336 uint32_t bos_op; in bos_print() local
2346 bos_op = GET_BE_U_4(bp + sizeof(struct rx_header)); in bos_print()
2348 ND_PRINT(" bos call %s", tok2str(bos_req, "op#%u", bos_op)); in bos_print()
2356 switch (bos_op) { in bos_print()