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 8 Current »

Validate an IPv4 address as a link-local IPv4 address.

net_ipv4.h/net_ipv4.c

addr

IPv4 address to validate.

DEF_YES

if IPv4 address is a link-local IPv4 address;

DEF_NO

otherwise.

None.

IPv4 address must be in host-order.

Link-local IPv4 addresses are any host address in the ‘169.254.’ subnet.

  • No labels