Lines Matching +full:1 +full:m
8 * 1. Redistributions of source code must retain the above copyright notice,
62 #define TCPIP_APIMSG(m) tcpip_apimsg_lock(m) argument
63 #define TCPIP_APIMSG_ACK(m) argument
64 #define TCPIP_NETIFAPI(m) tcpip_netifapi_lock(m) argument
65 #define TCPIP_NETIFAPI_ACK(m) argument
69 #define TCPIP_APIMSG(m) tcpip_apimsg(m)
70 #define TCPIP_APIMSG_ACK(m) sys_sem_signal(&m->conn->op_completed)
71 #define TCPIP_NETIFAPI(m) tcpip_netifapi(m)
72 #define TCPIP_NETIFAPI_ACK(m) sys_sem_signal(&m->sem)
102 #define tcpip_callback(f, ctx) tcpip_callback_with_block(f, ctx, 1)
110 err_t mem_free_callback(void *m);