Barrelfish
Functions
ip_addr.c File Reference

Functions

u8_t ip_addr_isbroadcast (struct ip_addr *addr, struct netif *netif)
 

Detailed Description

This is the IPv4 address tools implementation.

Function Documentation

u8_t ip_addr_isbroadcast ( struct ip_addr *  addr,
struct netif netif 
)

Determine if an address is a broadcast address on a network interface

Parameters
addraddress to be checked
netifthe network interface against which the address is checked
Returns
returns non-zero if the address is a broadcast address