Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-rx.c1891 int kauth_op; in kauth_print() local
1905 kauth_op = EXTRACT_32BITS(bp + sizeof(struct rx_header)); in kauth_print()
1909 if (is_ubik(kauth_op)) { in kauth_print()
1915 ND_PRINT((ndo, " call %s", tok2str(kauth_req, "op#%d", kauth_op))); in kauth_print()
1923 switch (kauth_op) { in kauth_print()