Symbol: l2tp_avp
usr.sbin/npppd/l2tp/l2tp_call.c
140
const char *errmes, struct l2tp_avp *addavp[], int naddavp)
usr.sbin/npppd/l2tp/l2tp_call.c
292
struct l2tp_avp *avp;
usr.sbin/npppd/l2tp/l2tp_call.c
295
avp = (struct l2tp_avp *)buf;
usr.sbin/npppd/l2tp/l2tp_call.c
396
struct l2tp_avp *avp;
usr.sbin/npppd/l2tp/l2tp_call.c
405
avp = (struct l2tp_avp *)buf;
usr.sbin/npppd/l2tp/l2tp_call.c
480
struct l2tp_avp *avp;
usr.sbin/npppd/l2tp/l2tp_call.c
484
avp = (struct l2tp_avp *)buf;
usr.sbin/npppd/l2tp/l2tp_call.c
63
static void l2tp_call_disconnect (l2tp_call *, int, int, const char *, struct l2tp_avp *[], int);
usr.sbin/npppd/l2tp/l2tp_call.c
633
struct l2tp_avp *avp;
usr.sbin/npppd/l2tp/l2tp_call.c
642
avp = (struct l2tp_avp *)buf;
usr.sbin/npppd/l2tp/l2tp_call.c
68
static int l2tp_call_send_CDN (l2tp_call *, int, int, const char *, struct l2tp_avp *[], int);
usr.sbin/npppd/l2tp/l2tp_call.c
736
char *errmes, struct l2tp_avp *addavp[], int naddavp)
usr.sbin/npppd/l2tp/l2tp_call.c
740
struct l2tp_avp *avp;
usr.sbin/npppd/l2tp/l2tp_call.c
750
avp = (struct l2tp_avp *)buf;
usr.sbin/npppd/l2tp/l2tp_call.c
950
struct l2tp_avp *avp[1];
usr.sbin/npppd/l2tp/l2tp_call.c
952
struct l2tp_avp avp;
usr.sbin/npppd/l2tp/l2tp_ctrl.c
1139
struct l2tp_avp *avp;
usr.sbin/npppd/l2tp/l2tp_ctrl.c
1151
avp = (struct l2tp_avp *)buf;
usr.sbin/npppd/l2tp/l2tp_ctrl.c
1268
struct l2tp_avp *avp;
usr.sbin/npppd/l2tp/l2tp_ctrl.c
1277
avp = (struct l2tp_avp *)buf;
usr.sbin/npppd/l2tp/l2tp_ctrl.c
1317
struct l2tp_avp *avp;
usr.sbin/npppd/l2tp/l2tp_ctrl.c
1324
avp = (struct l2tp_avp *)buf;
usr.sbin/npppd/l2tp/l2tp_ctrl.c
1422
struct l2tp_avp *avp;
usr.sbin/npppd/l2tp/l2tp_ctrl.c
1432
avp = (struct l2tp_avp *)buf;
usr.sbin/npppd/l2tp/l2tp_ctrl.c
1522
struct l2tp_avp *avp;
usr.sbin/npppd/l2tp/l2tp_ctrl.c
1531
avp = (struct l2tp_avp *)buf;
usr.sbin/npppd/l2tp/l2tp_ctrl.c
634
struct l2tp_avp *avp, *avp0;
usr.sbin/npppd/l2tp/l2tp_ctrl.c
715
avp0 = (struct l2tp_avp *)buf;
usr.sbin/npppd/l2tp/l2tp_subr.c
280
struct l2tp_avp *
usr.sbin/npppd/l2tp/l2tp_subr.c
281
avp_find(struct l2tp_avp *avp, const u_char *pkt, int pktlen,
usr.sbin/npppd/l2tp/l2tp_subr.c
304
struct l2tp_avp *
usr.sbin/npppd/l2tp/l2tp_subr.c
305
avp_find_message_type_avp(struct l2tp_avp *avp, const u_char *pkt, int pktlen)
usr.sbin/npppd/l2tp/l2tp_subr.c
314
bytebuf_add_avp(bytebuffer *bytebuf, struct l2tp_avp *avp, int value_len)
usr.sbin/npppd/l2tp/l2tp_subr.c
316
struct l2tp_avp avp1;
usr.sbin/npppd/l2tp/l2tp_subr.c
318
memcpy(&avp1, avp, sizeof(struct l2tp_avp));
usr.sbin/npppd/l2tp/l2tp_subr.c
62
avp_enum(struct l2tp_avp *avp, const u_char *pkt, int pktlen, int filldata)
usr.sbin/npppd/l2tp/l2tp_subr.h
125
int avp_enum (struct l2tp_avp *, const u_char *, int, int);
usr.sbin/npppd/l2tp/l2tp_subr.h
127
struct l2tp_avp *avp_find_message_type_avp(struct l2tp_avp *, const u_char *, int);
usr.sbin/npppd/l2tp/l2tp_subr.h
128
struct l2tp_avp *avp_find(struct l2tp_avp *, const u_char *, int, uint16_t, uint16_t, int);
usr.sbin/npppd/l2tp/l2tp_subr.h
129
int bytebuf_add_avp (bytebuffer *, struct l2tp_avp *, int);
usr.sbin/npppd/l2tp/l2tp_subr.h
56
avp_get_val16(struct l2tp_avp *avp)
usr.sbin/npppd/l2tp/l2tp_subr.h
61
avp_get_val32(struct l2tp_avp *avp)
usr.sbin/npppd/l2tp/l2tp_subr.h
68
avp_set_val16(struct l2tp_avp *avp, uint16_t val)
usr.sbin/npppd/l2tp/l2tp_subr.h
75
avp_set_val32(struct l2tp_avp *avp, uint32_t val)
usr.sbin/tcpdump/print-l2tp.c
106
static struct l2tp_avp_vec l2tp_avp[] = {
usr.sbin/tcpdump/print-l2tp.c
592
printf("%s", l2tp_avp[ntohs(*ptr)].name);
usr.sbin/tcpdump/print-l2tp.c
595
(l2tp_avp[ntohs(*ptr)].print)