/linux-4.4.14/include/linux/ |
H A D | inet.h | 56 extern int in6_pton(const char *src, int srclen, u8 *dst, int delim, const char **end);
|
/linux-4.4.14/net/core/ |
H A D | utils.c | 175 * 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 D | netpoll.c | 507 if (in6_pton(str, -1, addr->in6.s6_addr, -1, &end) > 0) { netpoll_parse_ip_addr()
|
H A D | pktgen.c | 1391 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 D | addr.c | 215 if (in6_pton(buf, buflen, addr, IPV6_SCOPE_DELIMITER, &delim) == 0) rpc_pton6()
|
/linux-4.4.14/security/tomoyo/ |
H A D | network.c | 67 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 D | netconsole.c | 499 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 D | nf_conntrack_ftp.c | 115 int ret = in6_pton(src, min_t(size_t, dlen, 0xffff), (u8 *)dst, term, &end); get_ipv6_addr()
|
H A D | xt_recent.c | 604 succ = in6_pton(c, size, (void *)&addr, '\n', NULL); recent_mt_proc_write()
|
H A D | nf_conntrack_sip.c | 157 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 D | iscsi_target_configfs.c | 255 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 D | netmisc.c | 151 ret = in6_pton(cp, len, dst , '\\', NULL); cifs_inet_pton()
|
/linux-4.4.14/net/ceph/ |
H A D | messenger.c | 1832 if (in6_pton(str, len, (u8 *)&in6->sin6_addr.s6_addr, delim, ipend)) { ceph_pton()
|
/linux-4.4.14/net/ipv6/ |
H A D | addrconf.c | 5385 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 D | ql4_os.c | 2942 ret = in6_pton(user_ipaddr, strlen(user_ipaddr), dst_ipaddr, qla4xxx_match_ipaddress()
|