Searched refs:protoinfo (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ppp.c | 323 ppp_protoinfo_t *protoinfo; local 332 protoinfo = ppp_getprotoinfo(protocol); 336 "PPP Protocol=0x%x (%s)", protocol, protoinfo->name); 341 protocol, protoinfo->name); 345 if (protoinfo->interpret_proto != NULL) { 346 len = protoinfo->interpret_proto(flags, payload, len, 347 protoinfo); 360 interpret_ppp_cp(int flags, uchar_t *data, int len, ppp_protoinfo_t *protoinfo) argument 384 "%s%s", protoinfo->prefix, codestr); 386 show_header(protoinfo 543 interpret_cp_options(uchar_t *optptr, int len, ppp_protoinfo_t *protoinfo) argument 618 interpret_ppp_chap(int flags, uchar_t *data, int len, ppp_protoinfo_t *protoinfo) argument 702 interpret_ppp_pap(int flags, uchar_t *data, int len, ppp_protoinfo_t *protoinfo) argument 805 interpret_ppp_lqr(int flags, uchar_t *data, int len, ppp_protoinfo_t *protoinfo) argument [all...] |
Completed in 45 milliseconds