FreeBSD kernel libkern code
inet_aton.c File Reference
#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/ctype.h>
#include <sys/limits.h>
#include <sys/systm.h>
#include <netinet/in.h>
Include dependency graph for inet_aton.c:

Go to the source code of this file.

Functions

 __FBSDID ("$FreeBSD$")
 
int inet_aton (const char *cp, struct in_addr *addr)
 

Function Documentation

◆ __FBSDID()

__FBSDID ( "$FreeBSD$"  )

◆ inet_aton()

int inet_aton ( const char *  cp,
struct in_addr *  addr 
)

Definition at line 40 of file inet_aton.c.

References c, and strtoul().

Here is the call graph for this function: