Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dipxcp.c209 #define CILEN_NETN 6 /* network number length option */ macro
594 len = go->neg_nn ? CILEN_NETN : 0;
620 PUTCHAR (CILEN_NETN, ucp);
706 if ((len -= CILEN_NETN) < 0) \
710 if (cilen != CILEN_NETN || \
791 if (!go->neg_nn || no.neg_nn || (cilen != CILEN_NETN))
891 if ((len -= CILEN_NETN) < 0) \
895 if (cilen != CILEN_NETN || \
1039 if ( !ao->neg_nn || cilen != CILEN_NETN ) {
1517 if (olen == CILEN_NETN) {