Searched refs:inet_net_pton (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/lib/libc/inet/
H A DMakefile.inc7 inet_makeaddr.c inet_net_ntop.c inet_net_pton.c inet_neta.c \
H A Dinet_net_pton.c19 static const char rcsid[] = "$Id: inet_net_pton.c,v 1.10 2008/11/14 02:36:51 marka Exp $";
385 * inet_net_pton(af, src, dst, size)
397 inet_net_pton(int af, const char *src, void *dst, size_t size) { function
413 #undef inet_net_pton macro
414 __weak_reference(__inet_net_pton, inet_net_pton);
/freebsd-11-stable/include/arpa/
H A Dinet.h125 #define inet_net_pton __inet_net_pton macro
159 int inet_net_pton(int, const char *, void *, size_t);
/freebsd-11-stable/lib/libc/net/
H A DMakefile.inc84 MLINKS+=inet_net.3 inet_net_ntop.3 inet_net.3 inet_net_pton.3
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl_parser.c1548 if ((bits = inet_net_pton(AF_INET, s, &ina, sizeof(ina))) == -1)

Completed in 70 milliseconds