Home
last modified time | relevance | path

Searched refs:in6_pton (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/include/linux/
H A Dinet.h54 extern int in6_pton(const char *src, int srclen, u8 *dst, int delim, const char **end);
/openbmc/linux/net/core/
H A Dutils.c184 int in6_pton(const char *src, int srclen, in in6_pton() function
299 EXPORT_SYMBOL(in6_pton);
330 if (in6_pton(src, srclen, (u8 *)&addr6->sin6_addr.s6_addr, in inet6_pton()
H A Dnetpoll.c530 if (in6_pton(str, -1, addr->in6.s6_addr, -1, &end) > 0) { in netpoll_parse_ip_addr()
H A Dpktgen.c1410 in6_pton(buf, -1, pkt_dev->in6_daddr.s6_addr, -1, NULL); in pktgen_if_write()
1433 in6_pton(buf, -1, pkt_dev->min_in6_daddr.s6_addr, -1, NULL); in pktgen_if_write()
1455 in6_pton(buf, -1, pkt_dev->max_in6_daddr.s6_addr, -1, NULL); in pktgen_if_write()
1476 in6_pton(buf, -1, pkt_dev->in6_saddr.s6_addr, -1, NULL); in pktgen_if_write()
/openbmc/linux/security/tomoyo/
H A Dnetwork.c68 if (in6_pton(address, -1, min, '-', &end) > 0) { in tomoyo_parse_ipaddr_union()
73 in6_pton(end, -1, max, '\0', &end) <= 0 || *end) in tomoyo_parse_ipaddr_union()
/openbmc/linux/net/sunrpc/
H A Daddr.c212 if (in6_pton(buf, buflen, addr, IPV6_SCOPE_DELIMITER, &delim) == 0) in rpc_pton6()
/openbmc/linux/drivers/net/
H A Dnetconsole.c550 if (in6_pton(buf, count, nt->np.local_ip.in6.s6_addr, -1, &end) > 0) { in local_ip_store()
586 if (in6_pton(buf, count, nt->np.remote_ip.in6.s6_addr, -1, &end) > 0) { in remote_ip_store()
/openbmc/linux/fs/afs/
H A Daddr_list.c157 } else if (in6_pton(p, q - p, (u8 *)x, -1, &stop)) { in afs_parse_text_addrs()
/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_ftp.c203 if (in6_pton(s, data_limit - s, (u8 *)addr, edelim, in ip_vs_ftp_get_addrport()
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_ftp.c112 int ret = in6_pton(src, min_t(size_t, dlen, 0xffff), (u8 *)dst, term, &end); in get_ipv6_addr()
H A Dxt_recent.c601 succ = in6_pton(c, size, (void *)&addr, '\n', NULL); in recent_mt_proc_write()
H A Dnf_conntrack_sip.c166 ret = in6_pton(cp, limit - cp, (u8 *)&addr->ip6, -1, &end); in sip_parse_addr()
659 ret = in6_pton(cp, limit - cp, (u8 *)&addr->ip6, -1, &end); in sdp_parse_addr()
/openbmc/linux/drivers/infiniband/ulp/rtrs/
H A Drtrs.c424 ret = in6_pton(addr, len, dst_ib->sib_addr.sib_raw, '\0', NULL); in rtrs_str_gid_to_sockaddr()
/openbmc/linux/drivers/s390/net/
H A Dqeth_l3_sys.c25 (proto == QETH_PROT_IPV6 && !in6_pton(buf, -1, addr, -1, &end))) in qeth_l3_string_to_ipaddr()
/openbmc/linux/fs/smb/client/
H A Dnetmisc.c133 ret = in6_pton(cp, len, dst , '\\', NULL); in cifs_inet_pton()
/openbmc/linux/net/ceph/
H A Dmessenger.c1230 …if (in6_pton(str, len, (u8 *)&((struct sockaddr_in6 *)&addr->in_addr)->sin6_addr.s6_addr, delim, i… in ceph_pton()
/openbmc/linux/net/ipv6/
H A Daddrconf.c6522 if (in6_pton(str, -1, addr.in6_u.u6_addr8, -1, NULL) != 1) { in addrconf_sysctl_stable_secret()
/openbmc/linux/drivers/scsi/qla4xxx/
H A Dql4_os.c2993 ret = in6_pton(user_ipaddr, strlen(user_ipaddr), dst_ipaddr, in qla4xxx_match_ipaddress()