Searched defs:tcpip_callback (Results 1 – 3 of 3) sorted by relevance
85 #define tcpip_callback(f, ctx) tcpip_callback_with_block(f, ctx, 1) macro
102 #define tcpip_callback(f, ctx) tcpip_callback_with_block(f, ctx, 1) macro
309 tcpip_callback(tcpip_callback_fn function, void *ctx) in tcpip_callback() function