Home
last modified time | relevance | path

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.c256 #define CILEN_IFACEID 10 /* RFC2472, interface identifier */ macro
478 #define LENCIIFACEID(neg) (neg ? CILEN_IFACEID : 0)
511 int idlen = CILEN_IFACEID; \
569 int idlen = CILEN_IFACEID; \
630 len >= (cilen = CILEN_IFACEID) && \
705 if (go->neg_ifaceid || no.neg_ifaceid || cilen != CILEN_IFACEID)
762 len >= (cilen = CILEN_IFACEID) && \
870 if (cilen != CILEN_IFACEID) {
910 PUTCHAR(CILEN_IFACEID, nakp);
998 PUTCHAR(CILEN_IFACEID, nakp);
[all …]