Embed: (wiki syntax)

« Back to documentation index

address.c File Reference

address.c File Reference

Utility functions concernig 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 concernig addresses.

This file contains all the utility functions that can be used to check, manipulate etc. addresses.

Definition in file address.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:
addrpointer to an address_t containing the address to be checked
addr_typethe type of the address_t
Returns:
0 if the address is a broadcast address

Definition at line 134 of file address.c.

void addr_policy_table_print ( void   )

do we need this test print anymore ?

Definition at line 365 of file address.c.