in6_pton          487 drivers/net/netconsole.c 		if (in6_pton(buf, count, nt->np.local_ip.in6.s6_addr, -1, &end) > 0) {
in6_pton          523 drivers/net/netconsole.c 		if (in6_pton(buf, count, nt->np.remote_ip.in6.s6_addr, -1, &end) > 0) {
in6_pton           25 drivers/s390/net/qeth_l3_sys.c 	    (proto == QETH_PROT_IPV6 && !in6_pton(buf, -1, addr, -1, &end)))
in6_pton         2956 drivers/scsi/qla4xxx/ql4_os.c 		ret = in6_pton(user_ipaddr, strlen(user_ipaddr), dst_ipaddr,
in6_pton          157 fs/afs/addr_list.c 		} else if (in6_pton(p, q - p, (u8 *)x, -1, &stop)) {
in6_pton          134 fs/cifs/netmisc.c 		ret = in6_pton(cp, len, dst , '\\', NULL);
in6_pton           54 include/linux/inet.h extern int in6_pton(const char *src, int srclen, u8 *dst, int delim, const char **end);
in6_pton         1854 net/ceph/messenger.c 	if (in6_pton(str, len, (u8 *)&((struct sockaddr_in6 *)&addr->in_addr)->sin6_addr.s6_addr, delim, ipend)) {
in6_pton          491 net/core/netpoll.c 	if (in6_pton(str, -1, addr->in6.s6_addr, -1, &end) > 0) {
in6_pton         1303 net/core/pktgen.c 		in6_pton(buf, -1, pkt_dev->in6_daddr.s6_addr, -1, NULL);
in6_pton         1326 net/core/pktgen.c 		in6_pton(buf, -1, pkt_dev->min_in6_daddr.s6_addr, -1, NULL);
in6_pton         1348 net/core/pktgen.c 		in6_pton(buf, -1, pkt_dev->max_in6_daddr.s6_addr, -1, NULL);
in6_pton         1369 net/core/pktgen.c 		in6_pton(buf, -1, pkt_dev->in6_saddr.s6_addr, -1, NULL);
in6_pton          299 net/core/utils.c EXPORT_SYMBOL(in6_pton);
in6_pton          330 net/core/utils.c 	if (in6_pton(src, srclen, (u8 *)&addr6->sin6_addr.s6_addr,
in6_pton         6320 net/ipv6/addrconf.c 	if (in6_pton(str, -1, addr.in6_u.u6_addr8, -1, NULL) != 1) {
in6_pton          203 net/netfilter/ipvs/ip_vs_ftp.c 			if (in6_pton(s, data_limit - s, (u8 *)addr, edelim,
in6_pton          116 net/netfilter/nf_conntrack_ftp.c 	int ret = in6_pton(src, min_t(size_t, dlen, 0xffff), (u8 *)dst, term, &end);
in6_pton          166 net/netfilter/nf_conntrack_sip.c 		ret = in6_pton(cp, limit - cp, (u8 *)&addr->ip6, -1, &end);
in6_pton          659 net/netfilter/nf_conntrack_sip.c 		ret = in6_pton(cp, limit - cp, (u8 *)&addr->ip6, -1, &end);
in6_pton          593 net/netfilter/xt_recent.c 		succ   = in6_pton(c, size, (void *)&addr, '\n', NULL);
in6_pton          216 net/sunrpc/addr.c 	if (in6_pton(buf, buflen, addr, IPV6_SCOPE_DELIMITER, &delim) == 0)
in6_pton           68 security/tomoyo/network.c 	if (in6_pton(address, -1, min, '-', &end) > 0) {
in6_pton           73 security/tomoyo/network.c 			 in6_pton(end, -1, max, '\0', &end) <= 0 || *end)