Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
NETBIOS responder
[Applications]
This is an example implementation of a NetBIOS name server. More...
Modules | |
Options | |
Functions | |
void | netbiosns_init (void) |
Init netbios responder. | |
void | netbiosns_set_name (const char *hostname) |
Set netbios name. | |
void | netbiosns_stop (void) |
Stop netbios responder. |
Detailed Description
This is an example implementation of a NetBIOS name server.
It responds to name queries for a configurable name. Name resolving is not supported.
Note that the device doesn't broadcast it's own name so can't detect duplicate names!
Function Documentation
void netbiosns_init | ( | void | ) |
Init netbios responder.
Definition at line 322 of file lwip_netbiosns.c.
void netbiosns_set_name | ( | const char * | hostname ) |
Set netbios name.
ATTENTION: the hostname must be less than 15 characters!
Definition at line 343 of file lwip_netbiosns.c.
void netbiosns_stop | ( | void | ) |
Stop netbios responder.
Definition at line 359 of file lwip_netbiosns.c.
Generated on Tue Jul 12 2022 12:46:39 by
