Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 12 of 12) sorted by relevance

/lib/liblwip/src/api/
Dnetifapi.c45 do_netifapi_netif_add(struct netifapi_msg_msg *msg) in do_netifapi_netif_add()
65 do_netifapi_netif_set_addr(struct netifapi_msg_msg *msg) in do_netifapi_netif_set_addr()
80 do_netifapi_netif_common(struct netifapi_msg_msg *msg) in do_netifapi_netif_common()
106 struct netifapi_msg msg; in netifapi_netif_add() local
131 struct netifapi_msg msg; in netifapi_netif_set_addr() local
151 struct netifapi_msg msg; in netifapi_netif_common() local
Dtcpip.c76 struct tcpip_msg *msg; in tcpip_thread() local
213 struct tcpip_msg *msg; in tcpip_callback_with_block() local
249 struct tcpip_msg *msg; in tcpip_timeout() local
278 struct tcpip_msg *msg; in tcpip_untimeout() local
308 struct tcpip_msg msg; in tcpip_apimsg() local
362 struct tcpip_msg msg; in tcpip_netifapi() local
410 struct tcpip_msg *msg = (struct tcpip_msg *)memp_malloc(MEMP_TCPIP_MSG_API); in tcpip_callbackmsg_new() local
425 void tcpip_callbackmsg_delete(struct tcpip_callback_msg* msg) in tcpip_callbackmsg_delete()
438 tcpip_trycallback(struct tcpip_callback_msg* msg) in tcpip_trycallback()
Dapi_lib.c71 struct api_msg msg; in netconn_new_with_proto_and_callback() local
105 struct api_msg msg; in netconn_delete() local
137 struct api_msg msg; in netconn_getaddr() local
168 struct api_msg msg; in netconn_bind() local
194 struct api_msg msg; in netconn_connect() local
219 struct api_msg msg; in netconn_disconnect() local
244 struct api_msg msg; in netconn_listen_with_backlog() local
283 struct api_msg msg; in netconn_accept() local
348 struct api_msg msg; in netconn_recv_data() local
522 struct api_msg msg; in netconn_recved() local
[all …]
Dapi_msg.c490 pcb_new(struct api_msg_msg *msg)
548 do_newconn(struct api_msg_msg *msg)
832 do_delconn(struct api_msg_msg *msg)
898 do_bind(struct api_msg_msg *msg)
984 do_connect(struct api_msg_msg *msg)
1042 do_disconnect(struct api_msg_msg *msg)
1064 do_listen(struct api_msg_msg *msg)
1120 do_send(struct api_msg_msg *msg)
1173 do_recv(struct api_msg_msg *msg)
1343 do_write(struct api_msg_msg *msg)
[all …]
/lib/liblwip/src/netif/ppp/
Dpap.c395 char *msg; in upap_rauthreq() local
469 char *msg; in upap_rauthack() local
511 char *msg; in upap_rauthnak() local
584 upap_sresp(upap_state *u, u_char code, u_char id, char *msg, int msglen) in upap_sresp()
Dchap.c750 char msg[256]; /* @todo: this can be a char*, no strcpy needed */ in ChapSendStatus() local
Dauth.c862 check_passwd( int unit, char *auser, int userlen, char *apasswd, int passwdlen, char **msg, int *ms… in check_passwd()
/lib/liblwip/src/arch/
Dsys_arch.c71 void *msg; member
194 sys_mbox_trypost(struct sys_mbox **mb, void *msg) in sys_mbox_trypost()
231 sys_mbox_post(struct sys_mbox **mb, void *msg) in sys_mbox_post()
268 sys_arch_mbox_tryfetch(struct sys_mbox **mb, void **msg) in sys_arch_mbox_tryfetch()
301 sys_arch_mbox_fetch(struct sys_mbox **mb, void **msg, u32_t timeout) in sys_arch_mbox_fetch()
/lib/liblwip/src/include/lwip/
Dnetifapi.h66 } msg; member
71 struct netifapi_msg_msg msg; member
Dapi_msg.h117 } msg; member
127 struct api_msg_msg msg; member
Dtcpip.h158 } msg; member
/lib/liblwip/src/core/
Dtimers.c423 sys_timeouts_mbox_fetch(sys_mbox_t *mbox, void **msg) in sys_timeouts_mbox_fetch()