lwres_net_ntop - lightweight resolver IP address presentation
#include <lwres/net.h>
lwres_net_ntop()
The generated string is copied to dst provided size indicates it is long enough to store the ASCII representation of the address.
If successful, the function returns dst: a pointer to a string containing the presentation format of the address. lwres_net_ntop() returns NULL and sets the global variable errno to EAFNOSUPPORT if the protocol family given in af is not supported.
RFC1884(), inet_ntop(3), errno(3).
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |