|
FreeBSD kernel libkern code
|
#include <sys/cdefs.h>#include <sys/param.h>#include <sys/systm.h>#include <netinet/in.h>
Go to the source code of this file.
Functions | |
| __FBSDID ("$BSDSUniX$") | |
| char * | inet_ntoa (struct in_addr ina) |
| char * | inet_ntoa_r (struct in_addr ina, char *buf) |
| __FBSDID | ( | "$BSDSUniX$" | ) |
| char* inet_ntoa | ( | struct in_addr | ina | ) |
Definition at line 39 of file inet_ntoa.c.
| char* inet_ntoa_r | ( | struct in_addr | ina, |
| char * | buf | ||
| ) |
Definition at line 53 of file inet_ntoa.c.