Searched defs:function (Results 1 – 6 of 6) sorted by relevance
211 tcpip_callback_with_block(tcpip_callback_fn function, void *ctx, u8_t block) in tcpip_callback_with_block()408 struct tcpip_callback_msg* tcpip_callbackmsg_new(tcpip_callback_fn function, void *ctx) in tcpip_callbackmsg_new()
70 void (* function)(struct netifapi_msg_msg *msg); member
148 tcpip_callback_fn function; member
125 void (* function)(struct api_msg_msg *msg); member
306 #define netif_set_igmp_mac_filter(netif, function) do { if((netif) != NULL) { (netif)->igmp_mac_fil… argument
128 sys_thread_new(const char *name, lwip_thread_fn function, void *arg, int stacksize, int prio) in sys_thread_new()