Lines Matching refs:err_t
86 err_t tcpip_apimsg(struct api_msg *apimsg);
88 err_t tcpip_apimsg_lock(struct api_msg *apimsg);
92 err_t tcpip_input(struct pbuf *p, struct netif *inp);
95 err_t tcpip_netifapi(struct netifapi_msg *netifapimsg);
97 err_t tcpip_netifapi_lock(struct netifapi_msg *netifapimsg);
101 err_t tcpip_callback_with_block(tcpip_callback_fn function, void *ctx, u8_t block);
106 err_t tcpip_trycallback(struct tcpip_callback_msg* msg);
109 err_t pbuf_free_callback(struct pbuf *p);
110 err_t mem_free_callback(void *m);
113 err_t tcpip_timeout(u32_t msecs, sys_timeout_handler h, void *arg);
114 err_t tcpip_untimeout(sys_timeout_handler h, void *arg);