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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l2tpd-0.69/
H A Dcontrol.c1315 int ehlen = MIN_PAYLOAD_HDR_LEN; local
1348 ehlen += 2; /* Should have length information */
1356 ehlen += 4; /* Should have Ns and Nr too */
1366 ehlen += 4; /* Offset information */
1368 ehlen += h->length; /* include length if available */
1391 if ((buf->len < ehlen) && !PLBIT (h->ver))
1396 __FUNCTION__, buf->len, ehlen);
1423 int ehlen = 0; local
1428 ehlen += 2; /* Should have length information */
1430 ehlen
[all...]

Completed in 40 milliseconds