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

/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-rx.c1811 int kauth_op; local
1825 kauth_op = EXTRACT_32BITS(bp + sizeof(struct rx_header));
1829 if (is_ubik(kauth_op)) {
1835 printf(" call %s", tok2str(kauth_req, "op#%d", kauth_op));
1843 switch (kauth_op) {

Completed in 106 milliseconds