Returns the local network address portion of an Internet address.
Format
#include <in.h>
#include <inet.h>
int inet_lnaof (struct in_addr in);
Argument
- in
- An Internet address.
Description
This routine returns the local network address (LNA) portion
of a full Internet address.
Return Value
x | The LNA portion of an Internet
address in host byte order. |
Previous Page | Next Page | Table of Contents | Index