Home
last modified time | relevance | path

Searched defs:m (Results 1 – 9 of 9) sorted by relevance

/lib/liblwip/src/include/lwip/
Dsys.h62 #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
Dtcpip.h62 #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/
Dktime.c63 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/
Dtime.c112 uint64_t y, m; in gmtime_r() local
189 uint64_t y, m; in mktime() local
/lib/liblwip/src/core/
Dmemp.c220 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
Dtcp_in.c855 s16_t m; in tcp_receive() local
/lib/liblwip/src/api/
Dtcpip.c506 mem_free_callback(void *m) in mem_free_callback()
/lib/liblwip/src/netif/ppp/
Dppp_impl.h217 #define PRINTMSG(m, l) { m[l] = '\0'; LWIP_DEBUGF(LOG_INFO, ("Remote message: %s\n", m)); } argument
219 #define PRINTMSG(m, l) argument
Dppp.c1418 sifaddr( int pd, u32_t o, u32_t h, u32_t m, u32_t ns1, u32_t ns2) in sifaddr()