Home
last modified time | relevance | path

Searched refs:CILEN_CBCP (Results 1 – 3 of 3) sorted by relevance

/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp3/lwip/lwip-1.3.1/src/netif/ppp/
H A Dlcp.c88 #define CILEN_CBCP 3 macro
512 #define LENCICBCP(neg) ((neg) ? CILEN_CBCP: 0) in lcp_cilen()
1140 len >= CILEN_CBCP && \ in lcp_rejci()
1141 p[1] == CILEN_CBCP && \ in lcp_rejci()
1143 len -= CILEN_CBCP; \ in lcp_rejci()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp2/lwip/lwip-1.3.1/src/netif/ppp/
H A Dlcp.c88 #define CILEN_CBCP 3 macro
512 #define LENCICBCP(neg) ((neg) ? CILEN_CBCP: 0) in lcp_cilen()
1140 len >= CILEN_CBCP && \ in lcp_rejci()
1141 p[1] == CILEN_CBCP && \ in lcp_rejci()
1143 len -= CILEN_CBCP; \ in lcp_rejci()
/dports/sysutils/syslinux/syslinux-6.03/core/lwip/src/netif/ppp/
H A Dlcp.c200 #define CILEN_CBCP 3 macro
541 #define LENCICBCP(neg) ((neg) ? CILEN_CBCP: 0) in lcp_cilen()
1169 len >= CILEN_CBCP && \ in lcp_rejci()
1170 p[1] == CILEN_CBCP && \ in lcp_rejci()
1172 len -= CILEN_CBCP; \ in lcp_rejci()