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 7 Next »

Validate an IPv4 address subnet mask.

Files

net_ipv4.h/net_ipv4.c

Prototype

Arguments

addr_subnet_mask

IPv4 host address subnet mask.

Returned Value

DEF_YES

if valid IPv4 address subnet mask;

DEF_NO

otherwise.

Required Configuration

None.

Notes / Warnings

IPv4 address must be in host-order.

 

  • No labels