Searched defs:m (Results 1 – 9 of 9) sorted by relevance
| /lib/liblwip/src/include/lwip/ |
| D | sys.h | 62 #define sys_mbox_new(m, s) ERR_OK argument 63 #define sys_mbox_fetch(m,d) argument 64 #define sys_mbox_tryfetch(m,d) argument 65 #define sys_mbox_post(m,d) argument 66 #define sys_mbox_trypost(m,d) argument 67 #define sys_mbox_free(m) argument 68 #define sys_mbox_valid(m) argument 69 #define sys_mbox_set_invalid(m) argument
|
| D | tcpip.h | 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
|
| /sys/kern/ |
| D | ktime.c | 63 uint64_t m; in KTime_Fixup() local 80 uint64_t y, m; in KTime_ToEpoch() local 113 uint64_t y, m; in KTime_FromEpoch() local
|
| /lib/libc/ |
| D | time.c | 112 uint64_t y, m; in gmtime_r() local 189 uint64_t y, m; in mktime() local
|
| /lib/liblwip/src/core/ |
| D | memp.c | 220 u8_t *m; in memp_overflow_check_element_overflow() local 253 u8_t *m; in memp_overflow_check_element_underflow() local 312 u8_t *m; in memp_overflow_init() local
|
| D | tcp_in.c | 855 s16_t m; in tcp_receive() local
|
| /lib/liblwip/src/api/ |
| D | tcpip.c | 506 mem_free_callback(void *m) in mem_free_callback()
|
| /lib/liblwip/src/netif/ppp/ |
| D | ppp_impl.h | 217 #define PRINTMSG(m, l) { m[l] = '\0'; LWIP_DEBUGF(LOG_INFO, ("Remote message: %s\n", m)); } argument 219 #define PRINTMSG(m, l) argument
|
| D | ppp.c | 1418 sifaddr( int pd, u32_t o, u32_t h, u32_t m, u32_t ns1, u32_t ns2) in sifaddr()
|