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

/freebsd-12-stable/contrib/tcpdump/
H A Dprint-rx.c1899 int kauth_op; local
1913 kauth_op = EXTRACT_32BITS(bp + sizeof(struct rx_header));
1917 if (is_ubik(kauth_op)) {
1923 ND_PRINT((ndo, " call %s", tok2str(kauth_req, "op#%d", kauth_op)));
1931 switch (kauth_op) {

Completed in 159 milliseconds