Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-rx.c1353 int pt_op; in prot_print() local
1367 pt_op = EXTRACT_32BITS(bp + sizeof(struct rx_header)); in prot_print()
1371 if (is_ubik(pt_op)) { in prot_print()
1376 ND_PRINT((ndo, " call %s", tok2str(pt_req, "op#%d", pt_op))); in prot_print()
1384 switch (pt_op) { in prot_print()