Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-rx.c2378 int bos_op; in bos_print() local
2392 bos_op = EXTRACT_32BITS(bp + sizeof(struct rx_header)); in bos_print()
2394 ND_PRINT((ndo, " bos call %s", tok2str(bos_req, "op#%d", bos_op))); in bos_print()
2402 switch (bos_op) { in bos_print()