Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ppp.c42 static int interpret_ppp_cp(int, uchar_t *, int, ppp_protoinfo_t *);
43 static int interpret_cp_options(uchar_t *, int, ppp_protoinfo_t *);
44 static int interpret_ppp_chap(int, uchar_t *, int, ppp_protoinfo_t *);
45 static int interpret_ppp_pap(int, uchar_t *, int, ppp_protoinfo_t *);
46 static int interpret_ppp_lqr(int, uchar_t *, int, ppp_protoinfo_t *);
47 static ppp_protoinfo_t *ppp_getprotoinfo(uint16_t);
96 static ppp_protoinfo_t protoinfo_array[] = {
321 ppp_protoinfo_t *protoinfo; in interpret_ppp()
358 interpret_ppp_cp(int flags, uchar_t *data, int len, ppp_protoinfo_t *protoinfo) in interpret_ppp_cp()
541 interpret_cp_options(uchar_t *optptr, int len, ppp_protoinfo_t *protoinfo) in interpret_cp_options()
[all …]
H A Dsnoop_ppp.h148 } ppp_protoinfo_t; typedef