Home | History | Annotate | Download | only in src

Lines Matching refs:inet_pton

1363 	else if (arg && inet_pton(AF_INET6, arg, &new->addr.in6.sin6_addr) > 0)
1477 else if (inet_pton(AF_INET6, arg, &newlist->addr.in6.sin6_addr) > 0)
1488 if (inet_pton(AF_INET6, source, &newlist->source_addr.in6.sin6_addr) == 0)