Searched refs:cflag (Results 1 - 2 of 2) sorted by relevance

/seL4-camkes-master/projects/lwip/src/include/netif/ppp/
H A Dipcp.h100 unsigned int cflag :1; member in struct:ipcp_options
/seL4-camkes-master/projects/lwip/src/netif/ppp/
H A Dipcp.c166 { "novjccomp", o_bool, &ipcp_wantoptions[0].cflag,
168 &ipcp_allowoptions[0].cflag },
169 { "-vjccomp", o_bool, &ipcp_wantoptions[0].cflag,
171 &ipcp_allowoptions[0].cflag },
621 wo->cflag = 1;
637 ao->cflag = 1;
827 #define ADDCIVJ(opt, neg, val, old, maxslotindex, cflag) \
836 PUTCHAR(cflag, ucp); \
892 go->maxslotindex, go->cflag);
958 #define ACKCIVJ(opt, neg, val, old, maxslotindex, cflag) \
1523 u_char maxslotindex, cflag; local
[all...]

Completed in 31 milliseconds