HomeSort by relevance Sort by last modified time
    Searched refs:ipcp_nakci (Results 1 - 2 of 2) sorted by null

  /external/syslinux/core/lwip/src/netif/ppp/
ipcp.c 90 static int ipcp_nakci (fsm *, u_char *, int); /* Peer nak'd our CI */
109 ipcp_nakci, /* NAK our Configuration Information */
536 * ipcp_nakci - Peer has sent a NAK for some of our CIs.
545 ipcp_nakci(fsm *f, u_char *p, int len) function
741 IPCPDEBUG(LOG_INFO, ("ipcp_nakci: received bad Nak!\n"));
    [all...]
  /external/ppp/pppd/
ipcp.c 107 static int ipcp_nakci __P((fsm *, u_char *, int, int));/* Peer nak'd our CI */
121 ipcp_nakci, /* NAK our Configuration Information */
1009 * ipcp_nakci - Peer has sent a NAK for some of our CIs.
1019 ipcp_nakci(f, p, len, treat_as_reject) function
1258 IPCPDEBUG(("ipcp_nakci: received bad Nak!"));
    [all...]

Completed in 80 milliseconds