Lines Matching full:ack
69 ipxcp_options ipxcp_gotoptions[NUM_PPP]; /* Options that peer ack'd */
71 ipxcp_options ipxcp_hisoptions[NUM_PPP]; /* Options that we ack'd */
84 static int ipxcp_ackci __P((fsm *, u_char *, int)); /* Peer ack'd our CI */
99 ipxcp_ackci, /* ACK our Configuration Information */
215 #define CODENAME(x) ((x) == CONFACK ? "ACK" : \
652 * ipxcp_ackci - Ack our CIs.
655 * 0 - Ack was bad.
656 * 1 - Ack was good.
734 * Process the ACK frame in the order in which the frame was assembled
751 IPXCPDEBUG(("ipxcp_ackci: received bad Ack!"));
1236 if (rc == CONFACK) { /* Ack'd all prior CIs? */