Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

NetIP_IsValidAddrSubnetMask()

Validate an IP address subnet mask.

Files

net_ip.h/net_ip.c

Prototype

 

Arguments

addr_subnet_mask

IP host address subnet mask.

Returned Value

DEF_YES

if valid IP address subnet mask;

DEF_NO

otherwise.

Required Configuration

None.

Notes / Warnings

IP address must be in host-order.

 

  • No labels