• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/ppp-786.1.1/Helpers/pppd/

Lines Matching +defs:no +defs:code

32  * 1. Redistributions of source code must retain the above copyright
106 This software is derived from source code from
128 * 1. Redistributions of source code must retain the above copyright
208 * Callbacks for fsm code. (CI = Configuration Information)
289 * Protocol entry points from main code.
389 * If comma first character, then no local identifier
409 * If comma last character, the no remote identifier
744 ipv6cp_options no; /* options we've seen Naks for */
747 BZERO(&no, sizeof(no));
755 #define NAKCIIFACEID(opt, neg, code) \
763 no.neg = 1; \
764 code \
767 #define NAKCIVJ(opt, neg, code) \
775 no.neg = 1; \
776 code \
826 if (go->neg_vj || no.neg_vj ||
829 no.neg_vj = 1;
832 if (go->neg_ifaceid || no.neg_ifaceid || cilen != CILEN_IFACEID)
842 no.neg_ifaceid = 1;
959 int rc = CONFACK; /* Final packet return code */
960 int orc; /* Individual option return code */
1002 * If he has no interface identifier, or if we both have same
1089 rc != CONFREJ) { /* but no prior ones? */
1123 return (rc); /* Return final code */
1142 * configure/hard-code the id
1147 * On systems where there are no Ethernet interfaces used, there
1153 * but too bad there's no standards yet for x86 machines.
1513 int code, id, len, olen;
1521 GETCHAR(code, p);
1527 if (code >= 1 && code <= sizeof(ipv6cp_codenames) / sizeof(char *))
1528 printer(arg, " %s", ipv6cp_codenames[code-1]);
1530 printer(arg, " code=0x%x", code);
1533 switch (code) {
1540 GETCHAR(code, p);
1549 switch (code) {
1567 GETCHAR(code, p);
1568 printer(arg, " %.2x", code);
1587 GETCHAR(code, p);
1588 printer(arg, " %.2x", code);
1597 * with no data.