Lines Matching refs:macro

264   * dhcp.h: fix bug #50618 (dhcp_remove_struct() macro does not work)
608 (macro IP6H_VTCFL_SET())
680 - Added macro definition EAP_SUPPORT to make EAP support optional.
681 - Added macro definition CHAP_SUPPORT to make CHAP support optional.
682 - Added macro definition MSCHAP_SUPPORT to make MSCHAP support optional.
683 - Added macro definition PAP_SUPPORT to make PAP support optional.
685 - Disabled demand support using a macro, so that it can be ported later.
686 - Disabled ECP support using a macro, so that it can be ported later.
687 - Disabled CCP support using a macro, so that it can be ported later.
688 - Disabled CBCP support using a macro, so that it can be ported later.
689 - Disabled LQR support using a macro, so that it can be ported later.
696 - Disabled PPP server support using a macro, so that it can be ported later.
1103 creation macro
1621 macro to copy addresses that cannot be NULL
2237 * tcp.h: bug-fix in the TCP_EVENT_RECV macro (has to call tcp_recved if
2312 * tcp.h: patch #6843: tcp.h macro optimization patch (for little endian)
2661 * mem.h: Fix BUG#23254. Change macro definition of mem_* to allow
2840 by default). Netconn API users can use the netconn_recv_bufsize macro to access
2853 * api.h, api_lib.c, api_msg.c: Add macro API_EVENT in the same spirit than
2894 or snmp_add_sysuptime(), and to define the SNMP_GET_SYSUPTIME(sysuptime) macro.
3086 this macro to check "conn" parameter in api_msg.c functions.
3177 with SYS_MBOX_EMPTY. sys_arch_mbox_tryfetch can be implemented as a function-like macro
3524 * autoip.c: replace most of rand() calls by a macro LWIP_AUTOIP_RAND which compute
3526 possible to define this macro in your own lwipopts.h to always use C library's
3527 rand(). Note that autoip_create_rand_addr doesn't use this macro.
3561 some macro names collision with some OS macros.
4068 * ip.h Corrected IPH_TOS() macro: returns a byte, so doesn't need htons().