Mistake on this page?
Report an issue in GitHub or email us
Macros
Options

Macros

#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. More...
 

Detailed Description

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

Definition at line 59 of file netbiosns_opts.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.