Searched defs:ppp (Results 1 - 9 of 9) sorted by relevance

/seL4-camkes-master/projects/lwip/src/include/netif/ppp/
H A Dpppos.h75 ppp_pcb *ppp; /* PPP PCB */ member in struct:pppos_pcb_s
H A Dpppapi.h48 ppp_pcb *ppp; member in struct:pppapi_msg_msg
H A Dpppol2tp.h169 ppp_pcb *ppp; /* PPP PCB */ member in struct:pppol2tp_pcb_s
/seL4-camkes-master/projects/picotcp/test/
H A Dppp.c27 static struct pico_device *ppp = NULL; variable in typeref:struct:pico_device
[all...]
/seL4-camkes-master/projects/lwip/src/netif/ppp/
H A Dpppos.c178 ppp_pcb *ppp; local
200 pppos_write(ppp_pcb *ppp, void *ctx, struct pbuf *p) argument
253 pppos_netif_output(ppp_pcb *ppp, void *ctx, struct pbuf *pb, u16_t protocol) argument
313 pppos_connect(ppp_pcb *ppp, void *ctx) argument
345 pppos_listen(ppp_pcb *ppp, void *ctx) argument
377 pppos_disconnect(ppp_pcb *ppp, void *ctx) argument
399 pppos_destroy(ppp_pcb *ppp, void *ctx) argument
423 pppos_input_tcpip(ppp_pcb *ppp, u8_t *s, int l) argument
443 ppp_pcb *ppp = (ppp_pcb*)inp->state; local
478 pppos_input(ppp_pcb *ppp, u8_t *s, int l) argument
718 ppp_pcb *ppp; local
738 pppos_send_config(ppp_pcb *ppp, void *ctx, u32_t accm, int pcomp, int accomp) argument
758 pppos_recv_config(ppp_pcb *ppp, void *ctx, u32_t accm, int pcomp, int accomp) argument
859 ppp_pcb *ppp = pppos->ppp; local
[all...]
H A Dpppoe.c176 ppp_pcb *ppp; local
203 pppoe_write(ppp_pcb *ppp, void *ctx, struct pbuf *p) argument
245 pppoe_netif_output(ppp_pcb *ppp, void *ctx, struct pbuf *p, u_short protocol) argument
288 pppoe_destroy(ppp_pcb *ppp, void *ctx) argument
888 pppoe_connect(ppp_pcb *ppp, void *ctx) argument
946 pppoe_disconnect(ppp_pcb *ppp, void *ctx) argument
[all...]
H A Dpppol2tp.c113 ppp_pcb *ppp; local
165 pppol2tp_write(ppp_pcb *ppp, void *ctx, struct pbuf *p) argument
204 pppol2tp_netif_output(ppp_pcb *ppp, void *ctx, struct pbuf *p, u_short protocol) argument
247 pppol2tp_destroy(ppp_pcb *ppp, void *ctx) argument
258 pppol2tp_connect(ppp_pcb *ppp, void *ctx) argument
332 pppol2tp_disconnect(ppp_pcb *ppp, void *ctx) argument
[all...]
/seL4-camkes-master/projects/picotcp/test/unit/
H A Dmodunit_pico_dev_ppp.c35 static void modem_state(struct pico_device_ppp *ppp, enum ppp_modem_event event) argument
41 static void lcp_state(struct pico_device_ppp *ppp, enum ppp_lcp_event event) argument
47 static void auth_state(struct pico_device_ppp *ppp, enum ppp_auth_event event) argument
53 static void ipcp_state(struct pico_device_ppp *ppp, enum ppp_ipcp_event event) argument
[all...]
/seL4-camkes-master/projects/picotcp/modules/
H A Dpico_dev_ppp.c306 static int ppp_serial_send_escape(struct pico_device_ppp *ppp, void *buf, int len) argument
365 lcp_timer_start(struct pico_device_ppp *ppp, uint8_t timer_type) argument
391 lcp_zero_restart_count(struct pico_device_ppp *ppp) argument
396 lcp_timer_stop(struct pico_device_ppp *ppp, uint8_t timer_type) argument
423 ppp_ctl_packet_size(struct pico_device_ppp *ppp, uint16_t proto, uint32_t *size) argument
482 struct pico_device_ppp *ppp = (struct pico_device_ppp *) dev; local
511 struct pico_device_ppp *ppp = (struct pico_device_ppp *) dev; local
554 ppp_modem_start_timer(struct pico_device_ppp *ppp) argument
561 ppp_modem_send_reset(struct pico_device_ppp *ppp) argument
570 ppp_modem_send_echo(struct pico_device_ppp *ppp) argument
579 ppp_modem_send_creg(struct pico_device_ppp *ppp) argument
588 ppp_modem_send_cgreg(struct pico_device_ppp *ppp) argument
598 ppp_modem_send_cgdcont(struct pico_device_ppp *ppp) argument
612 ppp_modem_send_cgatt(struct pico_device_ppp *ppp) argument
622 ppp_modem_send_cgatt_q(struct pico_device_ppp *ppp) argument
630 ppp_modem_send_cgdcont_q(struct pico_device_ppp *ppp) argument
639 ppp_modem_send_cgreg_q(struct pico_device_ppp *ppp) argument
648 ppp_modem_send_creg_q(struct pico_device_ppp *ppp) argument
658 ppp_modem_send_dial(struct pico_device_ppp *ppp) argument
667 ppp_modem_connected(struct pico_device_ppp *ppp) argument
674 ppp_modem_disconnected(struct pico_device_ppp *ppp) argument
748 evaluate_modem_state(struct pico_device_ppp *ppp, enum ppp_modem_event event) argument
767 ppp_modem_recv(struct pico_device_ppp *ppp, void *data, uint32_t len) argument
786 lcp_send_configure_request(struct pico_device_ppp *ppp) argument
848 lcp_optflags_print(struct pico_device_ppp *ppp, uint8_t *opts, uint32_t opts_len) argument
874 lcp_optflags(struct pico_device_ppp *ppp, uint8_t *pkt, uint32_t len, int adjust_opts) argument
913 lcp_send_configure_ack(struct pico_device_ppp *ppp) argument
931 lcp_send_terminate_request(struct pico_device_ppp *ppp) argument
948 lcp_send_terminate_ack(struct pico_device_ppp *ppp) argument
966 lcp_send_configure_nack(struct pico_device_ppp *ppp) argument
1012 lcp_process_in(struct pico_device_ppp *ppp, uint8_t *pkt, uint32_t len) argument
1067 pap_process_in(struct pico_device_ppp *ppp, uint8_t *pkt, uint32_t len) argument
1093 chap_process_in(struct pico_device_ppp *ppp, uint8_t *pkt, uint32_t len) argument
1122 ipcp_send_ack(struct pico_device_ppp *ppp) argument
1140 ipcp_request_options_size(struct pico_device_ppp *ppp) argument
1171 ipcp_request_fill(struct pico_device_ppp *ppp, uint8_t *opts) argument
1189 ipcp_send_req(struct pico_device_ppp *ppp) argument
1212 ipcp_reject_vj(struct pico_device_ppp *ppp, uint8_t *comp_req) argument
1236 ppp_ipv4_conf(struct pico_device_ppp *ppp) argument
1257 ipcp_process_in(struct pico_device_ppp *ppp, uint8_t *pkt, uint32_t len) argument
1343 ipcp6_process_in(struct pico_device_ppp *ppp, uint8_t *pkt, uint32_t len) argument
1350 ppp_process_packet_payload(struct pico_device_ppp *ppp, uint8_t *pkt, uint32_t len) argument
1403 ppp_process_packet(struct pico_device_ppp *ppp, uint8_t *pkt, uint32_t len) argument
1422 ppp_recv_data(struct pico_device_ppp *ppp, void *data, uint32_t len) argument
1441 lcp_this_layer_up(struct pico_device_ppp *ppp) argument
1461 lcp_this_layer_down(struct pico_device_ppp *ppp) argument
1467 lcp_this_layer_started(struct pico_device_ppp *ppp) argument
1473 lcp_this_layer_finished(struct pico_device_ppp *ppp) argument
1479 lcp_initialize_restart_count(struct pico_device_ppp *ppp) argument
1484 lcp_send_code_reject(struct pico_device_ppp *ppp) argument
1489 lcp_send_echo_reply(struct pico_device_ppp *ppp) argument
1696 evaluate_lcp_state(struct pico_device_ppp *ppp, enum ppp_lcp_event event) argument
1729 auth(struct pico_device_ppp *ppp) argument
1736 deauth(struct pico_device_ppp *ppp) argument
1742 auth_abort(struct pico_device_ppp *ppp) argument
1750 auth_req(struct pico_device_ppp *ppp) argument
1805 auth_rsp(struct pico_device_ppp *ppp) argument
1849 auth_start_timer(struct pico_device_ppp *ppp) argument
1908 evaluate_auth_state(struct pico_device_ppp *ppp, enum ppp_auth_event event) argument
1926 ipcp_send_nack(struct pico_device_ppp *ppp) argument
1931 ipcp_bring_up(struct pico_device_ppp *ppp) argument
1945 ipcp_bring_down(struct pico_device_ppp *ppp) argument
1952 ipcp_start_timer(struct pico_device_ppp *ppp) argument
2006 evaluate_ipcp_state(struct pico_device_ppp *ppp, enum ppp_ipcp_event event) argument
2026 struct pico_device_ppp *ppp = (struct pico_device_ppp *) dev; local
2091 struct pico_device_ppp *ppp = (struct pico_device_ppp *)dev; local
2098 pico_ppp_destroy(struct pico_device *ppp) argument
2110 check_to_modem(struct pico_device_ppp *ppp) argument
2120 check_to_lcp(struct pico_device_ppp *ppp) argument
2134 check_to_auth(struct pico_device_ppp *ppp) argument
2144 check_to_ipcp(struct pico_device_ppp *ppp) argument
2156 struct pico_device_ppp *ppp = (struct pico_device_ppp *) arg; local
2179 struct pico_device_ppp *ppp = PICO_ZALLOC(sizeof(struct pico_device_ppp)); local
2223 struct pico_device_ppp *ppp = (struct pico_device_ppp *)dev; local
2230 struct pico_device_ppp *ppp = (struct pico_device_ppp *)dev; local
2241 struct pico_device_ppp *ppp = (struct pico_device_ppp *)dev; local
2252 struct pico_device_ppp *ppp = (struct pico_device_ppp *)dev; local
2263 struct pico_device_ppp *ppp = (struct pico_device_ppp *)dev; local
2274 struct pico_device_ppp *ppp = (struct pico_device_ppp *)dev; local
2288 struct pico_device_ppp *ppp = (struct pico_device_ppp *)dev; local
2302 struct pico_device_ppp *ppp = (struct pico_device_ppp *)dev; local
[all...]

Completed in 107 milliseconds