Home | History | Annotate | Download | only in pppd

Lines Matching full:identifier

236       "Accept peer's interface identifier for us", 1 },
239 "Use (default) IPv4 address as interface identifier", 1 },
304 #define CILEN_IFACEID 10 /* RFC2472, interface identifier */
339 * If comma first character, then no local identifier
346 option_error("Illegal interface identifier (local): %s", arg);
359 * If comma last character, the no remote identifier
363 option_error("Illegal interface identifier (remote): %s", comma);
529 eui64_zero(go->hisid); /* last proposed interface identifier */
719 * Accept the peer's idea of {our,his} interface identifier, if different
755 * If they want to negotiate about interface identifier, we comply.
899 eui64_t ifaceid; /* Parsed interface identifier */
934 IPV6CPDEBUG(("ipv6cp: received interface identifier "));
943 * If he has no interface identifier, or if we both have same
944 * identifier then NAK it with new idea.
945 * In particular, if we don't know his identifier, but he does,
1045 * their identifier and they didn't send their identifier, then we
1102 if (!wo->opt_local) { /* init interface identifier */