Home
last modified time | relevance | path

Searched refs:CILEN_VOID (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/bsd/ppp/dist/pppd/
H A Dlcp.c288 #define CILEN_VOID 2 macro
941 len >= CILEN_VOID && \ in lcp_nakci()
942 p[1] == CILEN_VOID && \ in lcp_nakci()
944 len -= CILEN_VOID; \ in lcp_nakci()
945 INCPTR(CILEN_VOID, p); \ in lcp_nakci()
1326 len >= CILEN_VOID && \ in lcp_rejci()
1327 p[1] == CILEN_VOID && \ in lcp_rejci()
1329 len -= CILEN_VOID; \ in lcp_rejci()
1737 cilen != CILEN_VOID) { in lcp_reqci()
1746 cilen != CILEN_VOID) { in lcp_reqci()
[all …]
H A Dipxcp.c213 #define CILEN_VOID 2 macro
646 if ((len -= CILEN_VOID) < 0) \ in ipxcp_ackci()
650 if (cilen != CILEN_VOID || \ in ipxcp_ackci()
753 while (len >= CILEN_VOID) { in ipxcp_nakci()
757 if (cilen < CILEN_VOID || len < 0) in ipxcp_nakci()
759 next = &p [cilen - CILEN_VOID]; in ipxcp_nakci()
899 if ((len -= CILEN_VOID) < 0) \ in ipxcp_rejci()
903 if (cilen != CILEN_VOID || citype != opt) \ in ipxcp_rejci()
1466 if (olen < CILEN_VOID || olen > len) { in ipxcp_printpkt()
H A Dipv6cp.c324 #define CILEN_VOID 2 macro
761 while (len >= CILEN_VOID) { in ipv6cp_nakci()
764 if ( cilen < CILEN_VOID || (len -= cilen) < 0 ) in ipv6cp_nakci()
H A Dipcp.c293 #define CILEN_VOID 2 macro
1155 while (len >= CILEN_VOID) { in ipcp_nakci()
1158 if ( cilen < CILEN_VOID || (len -= cilen) < 0 ) in ipcp_nakci()