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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A Dipxcp.c188 #define CILEN_PROTOCOL 4 /* Minimum length of routing protocol */ macro
577 len += CILEN_PROTOCOL;
622 PUTCHAR (CILEN_PROTOCOL, ucp);
701 if (cilen != CILEN_PROTOCOL || citype != opt) \
791 if (!go->neg_router || (cilen < CILEN_PROTOCOL))
915 if ((len -= CILEN_PROTOCOL) < 0) \
919 if (cilen != CILEN_PROTOCOL) \
1117 if ( !ao->neg_router || cilen < CILEN_PROTOCOL ) {
1513 if (olen == CILEN_PROTOCOL) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dipxcp.c211 #define CILEN_PROTOCOL 4 /* Minimum length of routing protocol */ macro
600 len += CILEN_PROTOCOL;
645 PUTCHAR (CILEN_PROTOCOL, ucp);
724 if (cilen != CILEN_PROTOCOL || citype != opt) \
819 if (!go->neg_router || (cilen < CILEN_PROTOCOL))
943 if ((len -= CILEN_PROTOCOL) < 0) \
947 if (cilen != CILEN_PROTOCOL) \
1145 if ( !ao->neg_router || cilen < CILEN_PROTOCOL ) {
1541 if (olen == CILEN_PROTOCOL) {

Completed in 101 milliseconds