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

/freebsd-12-stable/contrib/tcpdump/
H A Dprint-rx.c1359 int pt_op; local
1373 pt_op = EXTRACT_32BITS(bp + sizeof(struct rx_header));
1377 if (is_ubik(pt_op)) {
1382 ND_PRINT((ndo, " call %s", tok2str(pt_req, "op#%d", pt_op)));
1390 switch (pt_op) {

Completed in 52 milliseconds