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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/l2tpd-0.69/
H A Daaa.c364 struct avp_hdr *new_hdr =
365 (struct avp_hdr *) (buf->start + buf->len - len);
366 struct avp_hdr *old_hdr =
367 (struct avp_hdr *) (buf->start + buf->len - len + 2);
376 ((len - sizeof (struct avp_hdr) + 1) / 16 + 1) * 16 +
377 sizeof (struct avp_hdr);
383 old_hdr->attr = htons (len - sizeof (struct avp_hdr));
398 ptr = ((char *) new_hdr) + sizeof (struct avp_hdr);
439 struct avp_hdr *old_hdr = (struct avp_hdr *) bu
[all...]
H A Davp.h18 struct avp_hdr struct
H A Davp.c1103 size -= sizeof (struct avp_hdr);
1159 size -= sizeof (struct avp_hdr);
1593 struct avp_hdr *avp;
1598 avp = (struct avp_hdr *) data;
1605 swaps (avp, sizeof (struct avp_hdr));
1646 if (ALENGTH (avp->length) < sizeof (struct avp_hdr))
1692 avp = (struct avp_hdr *) data;
1752 avp = (struct avp_hdr *) data;

Completed in 156 milliseconds