Home
last modified time | relevance | path

Searched refs:CODENAME (Results 1 – 2 of 2) sorted by relevance

/lib/liblwip/src/netif/ppp/
Dipcp.c168 #define CODENAME(x) ((x) == CONFACK ? "ACK" : \ macro
1187 IPCPDEBUG(LOG_INFO, ("ipcp_reqci: returning Configure-%s\n", CODENAME(rc))); in ipcp_reqci()
Dlcp.c202 #define CODENAME(x) ((x) == CONFACK ? "ACK" : (x) == CONFNAK ? "NAK" : "REJ") macro
1631 LCPDEBUG(LOG_INFO, ("lcp_reqci: returning CONF%s.\n", CODENAME(rc))); in lcp_reqci()