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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/l2tpd-0.69/
H A Davp.h61 #define ALENGTH(len) (len & 0x03FF) /* Length: Lenth of AVP */ macro
H A Davp.c1629 if (ALENGTH (avp->length) > len)
1646 if (ALENGTH (avp->length) < sizeof (struct avp_hdr))
1649 __FUNCTION__, ALENGTH (avp->length));
1699 if (avps[avp->attr].handler (t, c, avp, ALENGTH (avp->length)))
1744 len -= ALENGTH (hidlen);
1745 data += ALENGTH (hidlen);
1749 len -= ALENGTH (avp->length);
1750 data += ALENGTH (avp->length); /* Next AVP, please */

Completed in 135 milliseconds