Searched defs:pcb (Results 1 - 25 of 48) sorted by relevance

12

/seL4-camkes-master/projects/lwip/src/apps/snmp/
H A Dsnmp_raw.c47 snmp_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t port) argument
H A Dsnmp_mib2_tcp.c98 struct tcp_pcb *pcb = tcp_active_pcbs; local
165 tcp_ConnTable_get_cell_value_core(struct tcp_pcb *pcb, const u32_t *column, union snmp_variant_value *value, u32_t *value_len) argument
210 struct tcp_pcb *pcb; local
259 struct tcp_pcb *pcb; local
312 tcp_ConnectionTable_get_cell_value_core(const u32_t *column, struct tcp_pcb *pcb, union snmp_variant_value *value) argument
334 struct tcp_pcb *pcb; local
376 struct tcp_pcb *pcb; local
443 struct tcp_pcb_listen *pcb; local
472 struct tcp_pcb_listen *pcb; local
[all...]
H A Dsnmp_mib2_udp.c122 struct udp_pcb *pcb; local
167 struct udp_pcb *pcb; local
226 udp_Table_get_cell_value_core(struct udp_pcb *pcb, const u32_t *column, union snmp_variant_value *value, u32_t *value_len) argument
251 struct udp_pcb *pcb; local
281 struct udp_pcb *pcb; local
[all...]
/seL4-camkes-master/projects/lwip/src/netif/ppp/
H A Dchap-md5.c52 static void chap_md5_generate_challenge(ppp_pcb *pcb, unsigned char *cp) { argument
61 static int chap_md5_verify_response(ppp_pcb *pcb, int id, const char *name, argument
95 static void chap_md5_make_response(ppp_pcb *pcb, unsigned char *response, int id, const char *our_name, argument
H A Dfsm.c79 ppp_pcb *pcb = f->pcb; local
201 ppp_pcb *pcb = f->pcb; local
268 ppp_pcb *pcb = f->pcb; local
460 ppp_pcb *pcb = f->pcb; local
581 ppp_pcb *pcb = f->pcb; local
707 ppp_pcb *pcb = f->pcb; local
771 ppp_pcb *pcb = f->pcb; local
[all...]
H A Dmppe.c100 void mppe_set_key(ppp_pcb *pcb, ppp_mppe_state *state, u8_t *key) { argument
109 mppe_init(ppp_pcb *pcb, ppp_mppe_state *state, u8_t options) argument
181 void mppe_comp_reset(ppp_pcb *pcb, ppp_mppe_state *state) argument
193 mppe_compress(ppp_pcb *pcb, ppp_mppe_state *state, struct pbuf **pb, u16_t protocol) argument
268 mppe_decomp_reset(ppp_pcb *pcb, ppp_mppe_state *state) argument
279 mppe_decompress(ppp_pcb *pcb, ppp_mppe_state *state, struct pbuf **pb) argument
[all...]
H A Dauth.c548 void link_required(ppp_pcb *pcb) { argument
620 void link_terminated(ppp_pcb *pcb) { argument
698 link_down(ppp_pcb *pcb) argument
716 upper_layers_down(ppp_pcb *pcb) argument
734 link_established(ppp_pcb *pcb) argument
860 network_phase(ppp_pcb *pcb) argument
862 ppp_pcb *pcb = &ppp_pcb_list[unit]; local
917 start_networks(ppp_pcb *pcb) argument
971 continue_networks(ppp_pcb *pcb) argument
1006 auth_check_passwd(ppp_pcb *pcb, char *auser, int userlen, char *apasswd, int passwdlen, const char **msg, int *msglen) argument
1031 auth_peer_fail(ppp_pcb *pcb, int protocol) argument
1046 auth_peer_success(ppp_pcb *pcb, int protocol, int prot_flavor, const char *name, int namelen) argument
1117 auth_withpeer_fail(ppp_pcb *pcb, int protocol) argument
1136 auth_withpeer_success(ppp_pcb *pcb, int protocol, int prot_flavor) argument
1198 np_up(ppp_pcb *pcb, int proto) argument
1249 np_down(ppp_pcb *pcb, int proto) argument
1268 np_finished(ppp_pcb *pcb, int proto) argument
1322 ppp_pcb *pcb = (ppp_pcb*)arg; local
1358 ppp_pcb *pcb = (ppp_pcb*)arg; local
1904 get_secret(ppp_pcb *pcb, const char *client, const char *server, char *secret, int *secret_len, int am_server) argument
[all...]
H A Dchap-new.c124 chap_init(ppp_pcb *pcb) argument
138 chap_lowerup(ppp_pcb *pcb) argument
148 chap_lowerdown(ppp_pcb *pcb) argument
164 chap_auth_peer(ppp_pcb *pcb, const char *our_name, int digest_code) argument
193 chap_auth_with_peer(ppp_pcb *pcb, const char *our_name, int digest_code) argument
224 ppp_pcb *pcb = (ppp_pcb*)arg; local
257 chap_generate_challenge(ppp_pcb *pcb) argument
282 chap_handle_response(ppp_pcb *pcb, int id, unsigned char *pkt, int len) argument
411 chap_verify_response(ppp_pcb *pcb, const char *name, const char *ourname, int id, const struct chap_digest_type *digest, const unsigned char *challenge, const unsigned char *response, char *message, int message_space) argument
435 chap_respond(ppp_pcb *pcb, int id, unsigned char *pkt, int len) argument
497 chap_handle_status(ppp_pcb *pcb, int code, int id, unsigned char *pkt, int len) argument
535 chap_input(ppp_pcb *pcb, unsigned char *pkt, int pktlen) argument
566 chap_protrej(ppp_pcb *pcb) argument
[all...]
H A Dpppapi.c73 pppapi_set_default(ppp_pcb *pcb) argument
106 pppapi_set_notify_phase_callback(ppp_pcb *pcb, ppp_notify_phase_cb_fn notify_phase_cb) argument
285 pppapi_connect(ppp_pcb *pcb, u16_t holdoff) argument
318 pppapi_listen(ppp_pcb *pcb) argument
350 pppapi_close(ppp_pcb *pcb, u8_t nocarrier) argument
382 pppapi_free(ppp_pcb *pcb) argument
413 pppapi_ioctl(ppp_pcb *pcb, u8_t cmd, void *arg) argument
[all...]
H A Dupap.c137 upap_init(ppp_pcb *pcb) argument
155 upap_authwithpeer(ppp_pcb *pcb, const char *user, const char *password) argument
183 upap_authpeer(ppp_pcb *pcb) argument
202 ppp_pcb *pcb = (ppp_pcb*)arg; local
224 ppp_pcb *pcb = (ppp_pcb*)arg; local
240 upap_lowerup(ppp_pcb *pcb) argument
265 upap_lowerdown(ppp_pcb *pcb) argument
286 upap_protrej(ppp_pcb *pcb) argument
305 upap_input(ppp_pcb *pcb, u_char *inpacket, int l) argument
359 upap_rauthreq(ppp_pcb *pcb, u_char *inp, int id, int len) argument
458 upap_rauthack(ppp_pcb *pcb, u_char *inp, int id, int len) argument
493 upap_rauthnak(ppp_pcb *pcb, u_char *inp, int id, int len) argument
529 upap_sauthreq(ppp_pcb *pcb) argument
567 upap_sresp(ppp_pcb *pcb, u_char code, u_char id, const char *msg, int msglen) argument
[all...]
H A Dutils.c705 void ppp_dump_packet(ppp_pcb *pcb, const char *tag, unsigned char *p, int len) { argument
H A Dccp.c368 static void ccp_init(ppp_pcb *pcb) { argument
409 ccp_open(ppp_pcb *pcb) argument
430 ccp_close(ppp_pcb *pcb, const char *reason) argument
439 ccp_lowerup(ppp_pcb *pcb) argument
447 ccp_lowerdown(ppp_pcb *pcb) argument
455 ccp_input(ppp_pcb *pcb, u_char *p, int len) argument
488 ppp_pcb *pcb = f->pcb; local
520 ccp_protrej(ppp_pcb *pcb) argument
542 ppp_pcb *pcb = f->pcb; local
744 ppp_pcb *pcb = f->pcb; local
769 ppp_pcb *pcb = f->pcb; local
836 ppp_pcb *pcb = f->pcb; local
929 ppp_pcb *pcb = f->pcb; local
1022 ppp_pcb *pcb = f->pcb; local
1106 ppp_pcb *pcb = f->pcb; local
1460 ppp_pcb *pcb = f->pcb; local
1490 ppp_pcb *pcb = f->pcb; local
1660 ccp_datainput(ppp_pcb *pcb, u_char *pkt, int len) argument
1706 ccp_resetrequest(ppp_pcb *pcb) argument
1730 ppp_pcb *pcb = f->pcb; local
[all...]
/seL4-camkes-master/projects/lwip/src/netif/
H A Dzepif.c90 struct udp_pcb *pcb; member in struct:zepif_state
108 zepif_udp_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, argument
[all...]
/seL4-camkes-master/projects/lwip/src/core/
H A Draw.c69 raw_input_local_match(struct raw_pcb *pcb, u8_t broadcast) argument
137 struct raw_pcb *pcb, *prev; local
221 raw_bind(struct raw_pcb *pcb, const ip_addr_t *ipaddr) argument
253 raw_bind_netif(struct raw_pcb *pcb, const struct netif *netif) argument
278 raw_connect(struct raw_pcb *pcb, const ip_addr_t *ipaddr) argument
304 raw_disconnect(struct raw_pcb *pcb) argument
334 raw_recv(struct raw_pcb *pcb, raw_recv_fn recv, void *recv_arg) argument
354 raw_sendto(struct raw_pcb *pcb, struct pbuf *p, const ip_addr_t *ipaddr) argument
420 raw_sendto_if_src(struct raw_pcb *pcb, struct pbuf *p, const ip_addr_t *dst_ip, struct netif *netif, const ip_addr_t *src_ip) argument
546 raw_send(struct raw_pcb *pcb, struct pbuf *p) argument
561 raw_remove(struct raw_pcb *pcb) argument
597 struct raw_pcb *pcb; local
636 struct raw_pcb *pcb; local
[all...]
H A Daltcp_tcp.c237 struct tcp_pcb *pcb = (struct tcp_pcb *)conn->state; local
247 struct tcp_pcb *pcb = (struct tcp_pcb *)conn->state; local
256 struct tcp_pcb *pcb; local
268 struct tcp_pcb *pcb; local
281 struct tcp_pcb *pcb; local
301 struct tcp_pcb *pcb = (struct tcp_pcb *)conn->state; local
312 struct tcp_pcb *pcb; local
339 struct tcp_pcb *pcb; local
351 struct tcp_pcb *pcb; local
363 struct tcp_pcb *pcb; local
375 struct tcp_pcb *pcb; local
387 struct tcp_pcb *pcb; local
399 struct tcp_pcb *pcb; local
412 struct tcp_pcb *pcb = (struct tcp_pcb *)conn->state; local
422 struct tcp_pcb *pcb = (struct tcp_pcb *)conn->state; local
432 struct tcp_pcb *pcb = (struct tcp_pcb *)conn->state; local
443 struct tcp_pcb *pcb = (struct tcp_pcb *)conn->state; local
461 struct tcp_pcb *pcb = (struct tcp_pcb *)conn->state; local
472 struct tcp_pcb *pcb = (struct tcp_pcb *)conn->state; local
489 struct tcp_pcb *pcb = (struct tcp_pcb *)conn->state; local
507 struct tcp_pcb *pcb = (struct tcp_pcb *)conn->state; local
[all...]
H A Dudp.c103 struct udp_pcb *pcb; local
130 udp_input_local_match(struct udp_pcb *pcb, struc argument
197 struct udp_pcb *pcb, *prev; local
467 udp_send(struct udp_pcb *pcb, struct pbuf *p) argument
485 udp_send_chksum(struct udp_pcb *pcb, struct pbuf *p, u8_t have_chksum, u16_t chksum) argument
520 udp_sendto(struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *dst_ip, u16_t dst_port) argument
530 udp_sendto_chksum(struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *dst_ip, u16_t dst_port, u8_t have_chksum, u16_t chksum) argument
624 udp_sendto_if(struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *dst_ip, u16_t dst_port, struct netif *netif) argument
633 udp_sendto_if_chksum(struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *dst_ip, u16_t dst_port, struct netif *netif, u8_t have_chksum, u16_t chksum) argument
699 udp_sendto_if_src(struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *dst_ip, u16_t dst_port, struct netif *netif, const ip_addr_t *src_ip) argument
708 udp_sendto_if_src_chksum(struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *dst_ip, u16_t dst_port, struct netif *netif, u8_t have_chksum, u16_t chksum, const ip_addr_t *src_ip) argument
932 udp_bind(struct udp_pcb *pcb, const ip_addr_t *ipaddr, u16_t port) argument
1042 udp_bind_netif(struct udp_pcb *pcb, const struct netif *netif) argument
1071 udp_connect(struct udp_pcb *pcb, const ip_addr_t *ipaddr, u16_t port) argument
1126 udp_disconnect(struct udp_pcb *pcb) argument
1158 udp_recv(struct udp_pcb *pcb, udp_recv_fn recv, void *recv_arg) argument
1179 udp_remove(struct udp_pcb *pcb) argument
1220 struct udp_pcb *pcb; local
1257 struct udp_pcb *pcb; local
[all...]
H A Dtcp_in.c120 struct tcp_pcb *pcb, *pre local
600 tcp_input_delayed_close(struct tcp_pcb *pcb) argument
630 tcp_listen_input(struct tcp_pcb_listen *pcb) argument
739 tcp_timewait_input(struct tcp_pcb *pcb) argument
788 tcp_process(struct tcp_pcb *pcb) argument
1088 tcp_free_acked_segments(struct tcp_pcb *pcb, struct tcp_seg *seg_list, const char *dbg_list_name, struct tcp_seg *dbg_other_seg_list) argument
1141 tcp_receive(struct tcp_pcb *pcb) argument
1909 tcp_parseopt(struct tcp_pcb *pcb) argument
2047 tcp_add_sack(struct tcp_pcb *pcb, u32_t left, u32_t right) argument
2107 tcp_remove_sacks_lt(struct tcp_pcb *pcb, u32_t seq) argument
2147 tcp_remove_sacks_gt(struct tcp_pcb *pcb, u32_t seq) argument
[all...]
/seL4-camkes-master/projects/lwip/test/unit/etharp/
H A Dtest_etharp.c145 struct udp_pcb* pcb; local
/seL4-camkes-master/projects/lwip/src/apps/tftp/
H A Dtftp_server.c401 struct udp_pcb *pcb = udp_new_ip_type(IPADDR_TYPE_ANY); local
/seL4-camkes-master/projects/lwip/src/include/netif/ppp/
H A Dfsm.h79 ppp_pcb *pcb; /* PPP Interface */ member in struct:fsm
H A Dpppoe.h146 ppp_pcb *pcb; /* PPP PCB */ member in struct:pppoe_softc
/seL4-camkes-master/projects/lwip/test/unit/tcp/
H A Dtcp_helper.c21 struct tcp_pcb *pcb = pcb_list; local
125 tcp_create_rx_segment(struct tcp_pcb* pcb, void* data, size_t data_len, u32_t seqno_offset, argument
137 tcp_create_rx_segment_wnd(struct tcp_pcb* pcb, void* data, size_t data_len, u32_t seqno_offset, u32_t ackno_offset, u8_t headerflags, u16_t wnd) argument
146 tcp_set_state(struct tcp_pcb* pcb, enum tcp_state state, const ip_addr_t* local_ip, const ip_addr_t* remote_ip, u16_t local_port, u16_t remote_port) argument
213 test_tcp_counters_recv(void* arg, struct tcp_pcb* pcb, struct pbuf* p, err_t err) argument
241 struct tcp_pcb* pcb = tcp_new(); local
[all...]
H A Dtest_tcp.c84 struct tcp_pcb* pcb; local
102 struct tcp_pcb *pcb, *pcbl; local
162 struct tcp_pcb* pcb; local
208 struct tcp_pcb* pcb; local
260 test_tcp_recv_expectclose(void* arg, struct tcp_pcb* pcb, struct pbuf* p, err_t err) argument
279 test_tcp_recv_expect1byte(void* arg, struct tcp_pcb* pcb, struct pbuf* p, err_t err) argument
301 struct tcp_pcb* pcb; local
336 struct tcp_pcb* pcb; local
384 struct tcp_pcb* pcb; local
450 struct tcp_pcb* pcb; local
632 struct tcp_pcb* pcb; local
720 struct tcp_pcb* pcb; local
796 struct tcp_pcb* pcb; local
951 struct tcp_pcb* pcb; local
1070 struct tcp_pcb* pcb; local
1192 struct tcp_pcb *pcb, *cur; local
1289 struct tcp_pcb *pcb, *cur; local
1385 struct tcp_pcb *pcb, *cur; local
1514 struct tcp_pcb *pcb; local
[all...]
H A Dtest_tcp_oos.c28 static int tcp_oos_count(struct tcp_pcb* pcb) argument
41 static int tcp_oos_pbuf_count(struct tcp_pcb* pcb) argument
60 tcp_oos_seg_seqno(struct tcp_pcb* pcb, int seg_index) argument
84 tcp_oos_seg_tcplen(struct tcp_pcb* pcb, int seg_index) argument
107 tcp_oos_tcplen(struct tcp_pcb* pcb) argument
157 struct tcp_pcb* pcb; local
293 struct tcp_pcb* pcb; local
465 struct tcp_pcb* pcb; local
552 struct tcp_pcb* pcb; local
638 struct tcp_pcb* pcb; local
713 struct tcp_pcb* pcb; local
784 check_rx_counters(struct tcp_pcb *pcb, struct test_tcp_counters *counters, u32_t exp_close_calls, u32_t exp_rx_calls, u32_t exp_rx_bytes, u32_t exp_err_calls, int exp_oos_count, int exp_oos_len) argument
810 struct tcp_pcb* pcb; local
[all...]
/seL4-camkes-master/projects/lwip/test/unit/udp/
H A Dtest_udp.c14 struct udp_pcb *pcb; member in struct:test_udp_rxdata
26 struct udp_pcb *pcb = udp_pcbs; local
137 struct udp_pcb* pcb; local
152 test_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t port) argument
[all...]

Completed in 137 milliseconds

12