Lines Matching refs:macro

274   * dhcp.h: fix bug #50618 (dhcp_remove_struct() macro does not work)
618 (macro IP6H_VTCFL_SET())
690 - Added macro definition EAP_SUPPORT to make EAP support optional.
691 - Added macro definition CHAP_SUPPORT to make CHAP support optional.
692 - Added macro definition MSCHAP_SUPPORT to make MSCHAP support optional.
693 - Added macro definition PAP_SUPPORT to make PAP support optional.
695 - Disabled demand support using a macro, so that it can be ported later.
696 - Disabled ECP support using a macro, so that it can be ported later.
697 - Disabled CCP support using a macro, so that it can be ported later.
698 - Disabled CBCP support using a macro, so that it can be ported later.
699 - Disabled LQR support using a macro, so that it can be ported later.
706 - Disabled PPP server support using a macro, so that it can be ported later.
1113 creation macro
1631 macro to copy addresses that cannot be NULL
2247 * tcp.h: bug-fix in the TCP_EVENT_RECV macro (has to call tcp_recved if
2322 * tcp.h: patch #6843: tcp.h macro optimization patch (for little endian)
2671 * mem.h: Fix BUG#23254. Change macro definition of mem_* to allow
2850 by default). Netconn API users can use the netconn_recv_bufsize macro to access
2863 * api.h, api_lib.c, api_msg.c: Add macro API_EVENT in the same spirit than
2904 or snmp_add_sysuptime(), and to define the SNMP_GET_SYSUPTIME(sysuptime) macro.
3096 this macro to check "conn" parameter in api_msg.c functions.
3187 with SYS_MBOX_EMPTY. sys_arch_mbox_tryfetch can be implemented as a function-like macro
3534 * autoip.c: replace most of rand() calls by a macro LWIP_AUTOIP_RAND which compute
3536 possible to define this macro in your own lwipopts.h to always use C library's
3537 rand(). Note that autoip_create_rand_addr doesn't use this macro.
3571 some macro names collision with some OS macros.
4078 * ip.h Corrected IPH_TOS() macro: returns a byte, so doesn't need htons().