Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
ping_get_error(3)		   liboping		     ping_get_error(3)

NAME
       ping_get_error -	Return the last	error message

SYNOPSIS
	 #include <oping.h>

	 const char *ping_get_error (pingobj_t *obj);

DESCRIPTION
       The ping_get_error method returns an error message indicating the last
       error encountered. This method is not thread safe whatsoever.

RETURN VALUE
       A "const" string	representing the last error or an empty	string if no
       error was encountered yet.

SEE ALSO
       liboping(3)

AUTHOR
       liboping	is written by Florian "octo" Forster <ff at octo.it>.  Its
       homepage	can be found at	<http://noping.cc/>.

       Copyright (c) 2006-2017 by Florian "octo" Forster.

1.10.0				  2017-05-11		     ping_get_error(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=ping_get_error&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help