Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

net_bsd.h/net_bsd.c

Prototype

Code Block

int  getaddrinfo (const          char       *p_node_name,
                  const          char       *p_service_name,
                  const  struct  addrinfo   *p_hints,
                         struct  addrinfo  **pp_res);

Arguments

p_node_name

A pointer to a string that contains a host (node) name or a numeric host address string. For the Internet protocol, the numeric host address string is a dotted-decimal IPv4 address or an IPv6 hex address.

...