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

/barrelfish-master/lib/lwip2/src/netif/ppp/
H A Dlcp.c307 #define CILEN_VOID 2 macro
309 #define CILEN_SHORT 4 /* CILEN_VOID + 2 */
311 #define CILEN_CHAP 5 /* CILEN_VOID + 2 + 1 */
313 #define CILEN_LONG 6 /* CILEN_VOID + 4 */
315 #define CILEN_LQR 8 /* CILEN_VOID + 2 + 4 */
774 #define LENCIVOID(neg) ((neg) ? CILEN_VOID : 0)
842 PUTCHAR(CILEN_VOID, ucp); \
961 if ((len -= CILEN_VOID) < 0) \
965 if (cilen != CILEN_VOID || \
1149 len >= CILEN_VOID
[all...]
H A Dipv6cp.c312 #define CILEN_VOID 2 macro
750 while (len >= CILEN_VOID) {
753 if ( cilen < CILEN_VOID || (len -= cilen) < 0 )
H A Dipcp.c315 #define CILEN_VOID 2 macro
1244 while (len >= CILEN_VOID) {
1247 if ( cilen < CILEN_VOID || (len -= cilen) < 0 )
/barrelfish-master/include/lwip2/netif/ppp/
H A Dlcp.c307 #define CILEN_VOID 2 macro
309 #define CILEN_SHORT 4 /* CILEN_VOID + 2 */
311 #define CILEN_CHAP 5 /* CILEN_VOID + 2 + 1 */
313 #define CILEN_LONG 6 /* CILEN_VOID + 4 */
315 #define CILEN_LQR 8 /* CILEN_VOID + 2 + 4 */
774 #define LENCIVOID(neg) ((neg) ? CILEN_VOID : 0)
842 PUTCHAR(CILEN_VOID, ucp); \
961 if ((len -= CILEN_VOID) < 0) \
965 if (cilen != CILEN_VOID || \
1149 len >= CILEN_VOID
[all...]
H A Dipv6cp.c312 #define CILEN_VOID 2 macro
750 while (len >= CILEN_VOID) {
753 if ( cilen < CILEN_VOID || (len -= cilen) < 0 )
H A Dipcp.c315 #define CILEN_VOID 2 macro
1244 while (len >= CILEN_VOID) {
1247 if ( cilen < CILEN_VOID || (len -= cilen) < 0 )

Completed in 47 milliseconds