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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dipv6cp.c260 #define CILEN_IFACEID 10 /* RFC2472, interface identifier */ macro
482 #define LENCIIFACEID(neg) (neg ? CILEN_IFACEID : 0)
515 int idlen = CILEN_IFACEID; \
573 int idlen = CILEN_IFACEID; \
634 len >= (cilen = CILEN_IFACEID) && \
709 if (go->neg_ifaceid || no.neg_ifaceid || cilen != CILEN_IFACEID)
766 len >= (cilen = CILEN_IFACEID) && \
874 if (cilen != CILEN_IFACEID) {
914 PUTCHAR(CILEN_IFACEID, nakp);
1002 PUTCHAR(CILEN_IFACEID, nak
[all...]

Completed in 46 milliseconds