/reactos/drivers/network/tcpip/lwip/src/netif/ppp/ |
H A D | pppos.c | 178 ppp_pcb *ppp; in pppos_create() local 200 pppos_write(ppp_pcb *ppp, void *ctx, struct pbuf *p) in pppos_write() 315 pppos_connect(ppp_pcb *ppp, void *ctx) in pppos_connect() 347 pppos_listen(ppp_pcb *ppp, void *ctx) in pppos_listen() 379 pppos_disconnect(ppp_pcb *ppp, void *ctx) in pppos_disconnect() 401 pppos_destroy(ppp_pcb *ppp, void *ctx) in pppos_destroy() 425 pppos_input_tcpip(ppp_pcb *ppp, const void *s, int l) in pppos_input_tcpip() 445 ppp_pcb *ppp = (ppp_pcb*)inp->state; in pppos_input_sys() local 480 pppos_input(ppp_pcb *ppp, const void *s, int l) in pppos_input() 752 ppp_pcb *ppp; in pppos_input_callback() local [all …]
|
H A D | pppol2tp.c | 113 ppp_pcb *ppp; in pppol2tp_create() local 165 static err_t pppol2tp_write(ppp_pcb *ppp, void *ctx, struct pbuf *p) { in pppol2tp_write() 207 static err_t pppol2tp_netif_output(ppp_pcb *ppp, void *ctx, struct pbuf *p, u_short protocol) { in pppol2tp_netif_output() 250 static err_t pppol2tp_destroy(ppp_pcb *ppp, void *ctx) { in pppol2tp_destroy() 261 static void pppol2tp_connect(ppp_pcb *ppp, void *ctx) { in pppol2tp_connect() 335 static void pppol2tp_disconnect(ppp_pcb *ppp, void *ctx) { in pppol2tp_disconnect()
|
H A D | pppoe.c | 176 ppp_pcb *ppp; in pppoe_create() local 226 static err_t pppoe_write(ppp_pcb *ppp, void *ctx, struct pbuf *p) { in pppoe_write() 268 static err_t pppoe_netif_output(ppp_pcb *ppp, void *ctx, struct pbuf *p, u_short protocol) { in pppoe_netif_output() 311 pppoe_destroy(ppp_pcb *ppp, void *ctx) in pppoe_destroy() 904 pppoe_connect(ppp_pcb *ppp, void *ctx) in pppoe_connect() 962 pppoe_disconnect(ppp_pcb *ppp, void *ctx) in pppoe_disconnect()
|
/reactos/dll/directx/wine/d3dcompiler_43/ |
H A D | preproc.c | 98 pp_entry_t *ppp; in pplookup() local 111 static void free_pp_entry( pp_entry_t *ppp, int idx ) in free_pp_entry() 164 pp_entry_t *ppp; in pp_pop_define_state() local 178 pp_entry_t *ppp; in pp_del_define() local 199 pp_entry_t *ppp; in pp_add_define() local 255 pp_entry_t *ppp; in pp_add_macro() local
|
H A D | wpp_private.h | 47 struct pp_entry *ppp; /* The define which protects the file */ member 142 char *ppp; /* The define to be set from the #ifndef */ member
|
H A D | ppl.l | 211 pp_entry_t *ppp; /* This macro we are scanning */ member
|
H A D | compiler.c | 349 pp_entry_t *ppp; in add_special_defines() local
|
/reactos/drivers/network/tcpip/lwip/src/include/netif/ppp/ |
H A D | ppp.h | 501 #define ppp_set_usepeerdns(ppp, boolval) (ppp->settings.usepeerdns = boolval) argument 531 #define ppp_set_listen_time(ppp, intval) (ppp->settings.listen_time = intval) argument 539 #define ppp_set_passive(ppp, boolval) (ppp->lcp_wantoptions.passive = boolval) argument 547 #define ppp_set_silent(ppp, boolval) (ppp->lcp_wantoptions.silent = boolval) argument 555 #define ppp_set_neg_pcomp(ppp, boolval) (ppp->lcp_wantoptions.neg_pcompression = \ argument 573 #define ppp_set_neg_asyncmap(ppp, boolval) (ppp->lcp_wantoptions.neg_asyncmap = \ argument 587 #define ppp_set_asyncmap(ppp, intval) (ppp->lcp_wantoptions.asyncmap = intval) argument 593 #define ppp_set_default(ppp) netif_set_default(ppp->netif) argument 682 #define ppp_netif(ppp) (ppp->netif) argument 685 #define ppp_set_netif_statuscallback(ppp, status_cb) \ argument [all …]
|
H A D | pppos.h | 74 ppp_pcb *ppp; /* PPP PCB */ member
|
H A D | pppapi.h | 48 ppp_pcb *ppp; member
|
H A D | pppol2tp.h | 169 ppp_pcb *ppp; /* PPP PCB */ member
|
/reactos/sdk/tools/wpp/ |
H A D | preproc.c | 224 pp_entry_t *ppp; in pplookup() local 237 static void free_pp_entry( pp_entry_t *ppp, int idx ) in free_pp_entry() 290 pp_entry_t *ppp; in pp_pop_define_state() local 304 pp_entry_t *ppp; in pp_del_define() local 328 pp_entry_t *ppp; in pp_add_define() local 387 pp_entry_t *ppp; in pp_add_macro() local
|
H A D | wpp.c | 65 pp_entry_t *ppp; in add_special_defines() local
|
H A D | wpp_private.h | 39 struct pp_entry *ppp; /* The define which protects the file */ member 134 char *ppp; /* The define to be set from the #ifndef */ member
|
H A D | ppl.l | 236 pp_entry_t *ppp; /* This macro we are scanning */ member
|
/reactos/drivers/network/tcpip/lwip/test/unit/ppp/ |
H A D | test_pppos.c | 9 static ppp_pcb *ppp; variable
|
/reactos/modules/rostests/apitests/powrprof/ |
H A D | power.c | 44 PROCESSOR_POWER_POLICY ppp; in test_CallNtPowerInformation() local
|