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

/freebsd-10.3-release/contrib/tcpdump/
H A Dprint-rx.c1955 int vol_op; local
1969 vol_op = EXTRACT_32BITS(bp + sizeof(struct rx_header));
1971 printf(" vol call %s", tok2str(vol_req, "op#%d", vol_op));
1975 switch (vol_op) {

Completed in 44 milliseconds