Searched refs:pcomp (Results 1 - 6 of 6) sorted by relevance

/barrelfish-master/include/lwip2/netif/ppp/
H A Dpppos.h84 unsigned int pcomp :1; /* Does peer accept protocol compression? */ member in struct:pppos_pcb_s
H A Dppp_impl.h155 void (*send_config)(ppp_pcb *pcb, void *ctx, u32_t accm, int pcomp, int accomp);
157 void (*recv_config)(ppp_pcb *pcb, void *ctx, u32_t accm, int pcomp, int accomp);
425 int ppp_send_config(ppp_pcb *pcb, int mtu, u32_t accm, int pcomp, int accomp);
426 int ppp_recv_config(ppp_pcb *pcb, int mru, u32_t accm, int pcomp, int accomp);
H A Dpppos.c66 static void pppos_send_config(ppp_pcb *ppp, void *ctx, u32_t accm, int pcomp, int accomp);
67 static void pppos_recv_config(ppp_pcb *ppp, void *ctx, u32_t accm, int pcomp, int accomp);
277 if (!pppos->pcomp || protocol > 0xFF) {
718 pppos_send_config(ppp_pcb *ppp, void *ctx, u32_t accm, int pcomp, int accomp) argument
724 pppos->pcomp = pcomp;
738 pppos_recv_config(ppp_pcb *ppp, void *ctx, u32_t accm, int pcomp, int accomp) argument
744 LWIP_UNUSED_ARG(pcomp);
H A Dppp.c1044 int ppp_send_config(ppp_pcb *pcb, int mtu, u32_t accm, int pcomp, int accomp) { argument
1049 pcb->link_cb->send_config(pcb, pcb->link_ctx_cb, accm, pcomp, accomp);
1060 int ppp_recv_config(ppp_pcb *pcb, int mru, u32_t accm, int pcomp, int accomp) { argument
1064 pcb->link_cb->recv_config(pcb, pcb->link_ctx_cb, accm, pcomp, accomp);
/barrelfish-master/lib/lwip2/src/netif/ppp/
H A Dpppos.c66 static void pppos_send_config(ppp_pcb *ppp, void *ctx, u32_t accm, int pcomp, int accomp);
67 static void pppos_recv_config(ppp_pcb *ppp, void *ctx, u32_t accm, int pcomp, int accomp);
277 if (!pppos->pcomp || protocol > 0xFF) {
718 pppos_send_config(ppp_pcb *ppp, void *ctx, u32_t accm, int pcomp, int accomp) argument
724 pppos->pcomp = pcomp;
738 pppos_recv_config(ppp_pcb *ppp, void *ctx, u32_t accm, int pcomp, int accomp) argument
744 LWIP_UNUSED_ARG(pcomp);
H A Dppp.c1044 int ppp_send_config(ppp_pcb *pcb, int mtu, u32_t accm, int pcomp, int accomp) { argument
1049 pcb->link_cb->send_config(pcb, pcb->link_ctx_cb, accm, pcomp, accomp);
1060 int ppp_recv_config(ppp_pcb *pcb, int mru, u32_t accm, int pcomp, int accomp) { argument
1064 pcb->link_cb->recv_config(pcb, pcb->link_ctx_cb, accm, pcomp, accomp);

Completed in 52 milliseconds