Lines Matching refs:d
74 ipcp_options ipcp_gotoptions[NUM_PPP]; /* Options that peer ack'd */
76 ipcp_options ipcp_hisoptions[NUM_PPP]; /* Options that we ack'd */
89 static int ipcp_ackci (fsm *, u_char *, int); /* Peer ack'd our CI */
90 static int ipcp_nakci (fsm *, u_char *, int); /* Peer nak'd our CI */
91 static int ipcp_rejci (fsm *, u_char *, int); /* Peer rej'd our CI */
559 * Any Nak'd CIs must be in exactly the same order that we sent.
890 int d;
1029 d = citype == CI_MS_DNS2;
1032 if (ao->dnsaddr[d] == 0 ||
1034 IPCPDEBUG(LOG_INFO, ("ipcp_reqci: Rejecting DNS%d Request\n", d+1));
1039 if (htonl(tl) != ao->dnsaddr[d]) {
1040 IPCPDEBUG(LOG_INFO, ("ipcp_reqci: Naking DNS%d Request %s\n",
1041 d+1, inet_ntoa(tl)));
1043 tl = ntohl(ao->dnsaddr[d]);
1047 IPCPDEBUG(LOG_INFO, ("ipcp_reqci: received DNS%d Request\n", d+1));
1053 d = citype == CI_MS_WINS2;
1054 IPCPDEBUG(LOG_INFO, ("ipcp_reqci: received WINS%d Request\n", d+1));
1057 if (ao->winsaddr[d] == 0 ||
1063 if (htonl(tl) != ao->winsaddr[d]) {
1065 tl = ntohl(ao->winsaddr[d]);
1077 IPCPDEBUG(LOG_INFO, ("ipcp_reqci: Rejecting COMPRESSTYPE len=%d\n", cilen));
1085 IPCPDEBUG(LOG_INFO, ("ipcp_reqci: Rejecting COMPRESSTYPE %d\n", cishort));
1095 IPCPDEBUG(LOG_INFO, ("ipcp_reqci: Naking VJ max slot %d\n", maxslotindex));
1104 IPCPDEBUG(LOG_INFO, ("ipcp_reqci: Naking VJ cflag %d\n", cflag));
1119 "ipcp_reqci: received COMPRESSTYPE p=%d old=%d maxslot=%d cflag=%d\n",
1124 IPCPDEBUG(LOG_INFO, ("ipcp_reqci: Rejecting unknown CI type %d\n", citype));
1143 if (rc == CONFACK) { /* Ack'd all prior CIs? */