added global address setup to correctly configure global sends

This commit is contained in:
skarg
2005-03-23 15:57:09 +00:00
parent a185a3ed43
commit 32562856b8
2 changed files with 30 additions and 1 deletions
+2
View File
@@ -46,6 +46,8 @@
bool ethernet_valid(void);
void ethernet_cleanup(void);
bool ethernet_init(char *interface_name);
void ethernet_set_broadcast_address(
BACNET_ADDRESS *dest); // destination address
/* function to send a packet out the 802.2 socket */
/* returns 0 on success, non-zero on failure */