inet_pton 41 modules/ip/inet6def.h int inet_pton(int af, const char *src, void *dst); inet_pton 214 modules/ip/ip.c if( inet_pton(AF_INET6, start, (ipptr->words)) == 0 ) { inet_pton 221 tests/ip/test_ip.c inet_pton(AF_INET6, "2001:567:87FF::", &dst);