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

Description

Validate an IPv6 host address.

Files

net_ipv6.h/net_ipv6.c

Prototype

Arguments

p_addr_host

Pointer to IPv6 host address to validate.

Returned Value

DEF_YES, if IPv6 host address is valid.
DEF_NO, otherwise.

Required Configuration

None.

Notes / Warnings

A valid IPv6 host address must not be one of the following  :

  • The unspecified address
  • The loopback address
  • A multicast address

 

  • No labels