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

/freebsd-12-stable/contrib/tcpdump/
H A Dprint-rx.c1615 int vldb_op; local
1630 vldb_op = EXTRACT_32BITS(bp + sizeof(struct rx_header));
1634 if (is_ubik(vldb_op)) {
1638 ND_PRINT((ndo, " call %s", tok2str(vldb_req, "op#%d", vldb_op)));
1646 switch (vldb_op) {

Completed in 53 milliseconds