Lines Matching refs:macro
422 macro to copy addresses that cannot be NULL
1038 * tcp.h: bug-fix in the TCP_EVENT_RECV macro (has to call tcp_recved if
1113 * tcp.h: patch #6843: tcp.h macro optimization patch (for little endian)
1462 * mem.h: Fix BUG#23254. Change macro definition of mem_* to allow
1641 by default). Netconn API users can use the netconn_recv_bufsize macro to access
1654 * api.h, api_lib.c, api_msg.c: Add macro API_EVENT in the same spirit than
1695 or snmp_add_sysuptime(), and to define the SNMP_GET_SYSUPTIME(sysuptime) macro.
1887 this macro to check "conn" parameter in api_msg.c functions.
1978 with SYS_MBOX_EMPTY. sys_arch_mbox_tryfetch can be implemented as a function-like macro
2325 * autoip.c: replace most of rand() calls by a macro LWIP_AUTOIP_RAND which compute
2327 possible to define this macro in your own lwipopts.h to always use C library's
2328 rand(). Note that autoip_create_rand_addr doesn't use this macro.
2362 some macro names collision with some OS macros.
2869 * ip.h Corrected IPH_TOS() macro: returns a byte, so doesn't need htons().