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.
Dependents: TYBLE16_simple_data_logger TYBLE16_MP3_Air
ns_address_internal.c File Reference
Utility functions concerning addresses. More...
Go to the source code of this file.
Functions | |
uint8_t | addr_check_broadcast (const address_t addr, addrtype_t addr_type) |
Check if an address is a broadcast address. | |
void | addr_policy_table_print (void) |
do we need this test print anymore ? |
Detailed Description
Utility functions concerning addresses.
This file contains all the utility functions that can be used to check, manipulate etc. addresses.
Definition in file ns_address_internal.c.
Function Documentation
uint8_t addr_check_broadcast | ( | const address_t | addr, |
addrtype_t | addr_type | ||
) |
Check if an address is a broadcast address.
Functions provided by address.c.
- Parameters:
-
addr pointer to an address_t containing the address to be checked addr_type the type of the address_t
- Returns:
- 0 if the address is a broadcast address
Definition at line 134 of file ns_address_internal.c.
void addr_policy_table_print | ( | void | ) |
do we need this test print anymore ?
Definition at line 368 of file ns_address_internal.c.
Generated on Tue Jul 12 2022 13:55:17 by
