ConOpSys V2970  P004.07
ANVILEX control operating system
Macros
Options

Macros

#define LWIP_NETBIOS_RESPOND_NAME_QUERY   0
 

Detailed Description

Macro Definition Documentation

◆ LWIP_NETBIOS_RESPOND_NAME_QUERY

#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