Lines Matching full:ack
174 ipv6cp_options ipv6cp_gotoptions[NUM_PPP]; /* Options that peer ack'd */
176 ipv6cp_options ipv6cp_hisoptions[NUM_PPP]; /* Options that we ack'd */
188 static int ipv6cp_ackci __P((fsm *, u_char *, int)); /* Peer ack'd our CI */
202 ipv6cp_ackci, /* ACK our Configuration Information */
306 #define CODENAME(x) ((x) == CONFACK ? "ACK" : \
595 * ipv6cp_ackci - Ack our CIs.
598 * 0 - Ack was bad.
599 * 1 - Ack was good.
659 IPV6CPDEBUG(("ipv6cp_ackci: received bad Ack!"));
1022 if (rc == CONFACK) { /* Ack'd all prior CIs? */