A version of LWIP, provided for backwards compatibility.

Dependents:   AA_DemoBoard DemoBoard HelloServerDemo DemoBoard_RangeIndicator ... more

Embed: (wiki syntax)

« Back to documentation index

ip_addr.c File Reference

ip_addr.c File Reference

This is the IPv4 address tools implementation. More...

Go to the source code of this file.

Functions

u8_t ip_addr_isbroadcast (struct ip_addr *addr, struct netif *netif)
 Determine if an address is a broadcast address on a network interface.

Detailed Description

This is the IPv4 address tools implementation.

Definition in file tag/0.2/lwIP/core/ipv4/ip_addr.c.


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

Definition at line 58 of file tag/0.2/lwIP/core/ipv4/ip_addr.c.