Searched refs:in6_pton (Results 1 - 15 of 15) sorted by relevance

/linux-4.4.14/include/linux/
H A Dinet.h56 extern int in6_pton(const char *src, int srclen, u8 *dst, int delim, const char **end);
/linux-4.4.14/net/core/
H A Dutils.c175 * in6_pton - convert an IPv6 address from literal to binary representation
186 int in6_pton(const char *src, int srclen, in6_pton() function
301 EXPORT_SYMBOL(in6_pton); variable
H A Dnetpoll.c507 if (in6_pton(str, -1, addr->in6.s6_addr, -1, &end) > 0) { netpoll_parse_ip_addr()
H A Dpktgen.c1391 in6_pton(buf, -1, pkt_dev->in6_daddr.s6_addr, -1, NULL); pktgen_if_write()
1414 in6_pton(buf, -1, pkt_dev->min_in6_daddr.s6_addr, -1, NULL); pktgen_if_write()
1436 in6_pton(buf, -1, pkt_dev->max_in6_daddr.s6_addr, -1, NULL); pktgen_if_write()
1457 in6_pton(buf, -1, pkt_dev->in6_saddr.s6_addr, -1, NULL); pktgen_if_write()
/linux-4.4.14/net/sunrpc/
H A Daddr.c215 if (in6_pton(buf, buflen, addr, IPV6_SCOPE_DELIMITER, &delim) == 0) rpc_pton6()
/linux-4.4.14/security/tomoyo/
H A Dnetwork.c67 if (in6_pton(address, -1, min, '-', &end) > 0) { tomoyo_parse_ipaddr_union()
72 in6_pton(end, -1, max, '\0', &end) <= 0 || *end) tomoyo_parse_ipaddr_union()
/linux-4.4.14/drivers/net/
H A Dnetconsole.c499 if (in6_pton(buf, count, nt->np.local_ip.in6.s6_addr, -1, &end) > 0) { local_ip_store()
535 if (in6_pton(buf, count, nt->np.remote_ip.in6.s6_addr, -1, &end) > 0) { remote_ip_store()
/linux-4.4.14/net/netfilter/
H A Dnf_conntrack_ftp.c115 int ret = in6_pton(src, min_t(size_t, dlen, 0xffff), (u8 *)dst, term, &end); get_ipv6_addr()
H A Dxt_recent.c604 succ = in6_pton(c, size, (void *)&addr, '\n', NULL); recent_mt_proc_write()
H A Dnf_conntrack_sip.c157 ret = in6_pton(cp, limit - cp, (u8 *)&addr->ip6, -1, &end); sip_parse_addr()
651 ret = in6_pton(cp, limit - cp, (u8 *)&addr->ip6, -1, &end); sdp_parse_addr()
/linux-4.4.14/drivers/target/iscsi/
H A Discsi_target_configfs.c255 ret = in6_pton(str, -1, lio_target_call_addnptotpg()
258 pr_err("in6_pton returned: %d\n", ret); lio_target_call_addnptotpg()
/linux-4.4.14/fs/cifs/
H A Dnetmisc.c151 ret = in6_pton(cp, len, dst , '\\', NULL); cifs_inet_pton()
/linux-4.4.14/net/ceph/
H A Dmessenger.c1832 if (in6_pton(str, len, (u8 *)&in6->sin6_addr.s6_addr, delim, ipend)) { ceph_pton()
/linux-4.4.14/net/ipv6/
H A Daddrconf.c5385 if (in6_pton(str, -1, addr.in6_u.u6_addr8, -1, NULL) != 1) { addrconf_sysctl_stable_secret()
/linux-4.4.14/drivers/scsi/qla4xxx/
H A Dql4_os.c2942 ret = in6_pton(user_ipaddr, strlen(user_ipaddr), dst_ipaddr, qla4xxx_match_ipaddress()

Completed in 721 milliseconds