Home
last modified time | relevance | path

Searched defs:accomp (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/include/netif/ppp/
Dpppos.h89 unsigned int accomp :1; /* Does peer accept addr/ctl compression? */ member
/third_party/lwip/src/netif/ppp/
Dpppos.c738 pppos_send_config(ppp_pcb *ppp, void *ctx, u32_t accm, int pcomp, int accomp) in pppos_send_config()
758 pppos_recv_config(ppp_pcb *ppp, void *ctx, u32_t accm, int pcomp, int accomp) in pppos_recv_config()
Dppp.c1028 int ppp_send_config(ppp_pcb *pcb, int mtu, u32_t accm, int pcomp, int accomp) { in ppp_send_config()
1044 int ppp_recv_config(ppp_pcb *pcb, int mru, u32_t accm, int pcomp, int accomp) { in ppp_recv_config()