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

Returns the name of the host in a null-terminated c-string array.

Files

net_bsd.h/net_bsd.c

Prototype

Arguments

host_name

Character array that will receive the returned host name.

name_len

This is the length of the host name array (in octets) including null-terminating char.

Returned Value

0, if no error.

-1, otherwise.

  • No labels