MCUXpresso SDK API Reference Manual  Rev. 0
NXP Semiconductors
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
Options

Overview

Macros

#define LWIP_NETBIOS_RESPOND_NAME_QUERY   0
 

Macro Definition Documentation

#define LWIP_NETBIOS_RESPOND_NAME_QUERY   0

NetBIOS name of lwip device This must be uppercase until NETBIOS_STRCMP() is defined to a string comparision function that is case insensitive. If you want to use the netif's hostname, use this (with LWIP_NETIF_HOSTNAME): (ip_current_netif() != NULL ? ip_current_netif()->hostname != NULL ? ip_current_netif()->hostname : "" : "")

If this is not defined, netbiosns_set_name() can be called at runtime to change the name. Respond to NetBIOS name queries Default is disabled