HomeSort by: relevance | last modified time | path
    Searched defs:pt_op (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/tcpdump/dist/
print-rx.c 1347 uint32_t pt_op; local
1357 pt_op = GET_BE_U_4(bp + sizeof(struct rx_header));
1361 if (is_ubik(pt_op)) {
1366 ND_PRINT(" call %s", tok2str(pt_req, "op#%u", pt_op));
1374 switch (pt_op) {

Completed in 24 milliseconds