| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | utils.c | 118 int in4_pton(const char *src, int srclen, in in4_pton() function 170 EXPORT_SYMBOL(in4_pton); 249 ret = in4_pton(tok ? tok : s, srclen + (int)(s - tok), d, delim, &s); in in6_pton() 310 if (in4_pton(src, srclen, (u8 *)&addr4->sin_addr.s_addr, in inet4_pton()
|
| H A D | netpoll.c | 508 in4_pton(str, -1, (void *)addr, -1, &end) > 0) { in netpoll_parse_ip_addr()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | inet.h | 53 extern int in4_pton(const char *src, int srclen, u8 *dst, int delim, const char **end);
|
| /OK3568_Linux_fs/kernel/security/tomoyo/ |
| H A D | network.c | 59 in4_pton(address, -1, min, '-', &end) > 0) { in tomoyo_parse_ipaddr_union() 64 in4_pton(end, -1, max, '\0', &end) <= 0 || *end) in tomoyo_parse_ipaddr_union()
|
| /OK3568_Linux_fs/kernel/net/sunrpc/ |
| H A D | addr.c | 153 if (in4_pton(buf, buflen, addr, '\0', NULL) == 0) in rpc_pton4()
|
| /OK3568_Linux_fs/kernel/fs/afs/ |
| H A D | addr_list.c | 155 if (in4_pton(p, q - p, (u8 *)&x[0], -1, &stop)) { in afs_parse_text_addrs()
|
| /OK3568_Linux_fs/kernel/net/netfilter/ipvs/ |
| H A D | ip_vs_ftp.c | 207 if (in4_pton(s, data_limit - s, (u8 *)addr, edelim, in ip_vs_ftp_get_addrport()
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nf_conntrack_sip.c | 156 ret = in4_pton(cp, limit - cp, (u8 *)&addr->ip, -1, &end); in sip_parse_addr() 656 ret = in4_pton(cp, limit - cp, (u8 *)&addr->ip, -1, &end); in sdp_parse_addr()
|
| H A D | xt_recent.c | 604 succ = in4_pton(c, size, (void *)&addr, '\n', NULL); in recent_mt_proc_write()
|
| /OK3568_Linux_fs/kernel/drivers/s390/net/ |
| H A D | qeth_l3_sys.c | 24 if ((proto == QETH_PROT_IPV4 && !in4_pton(buf, -1, addr, -1, &end)) || in qeth_l3_string_to_ipaddr()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_exynosauto | 1220 in4_pton
|
| H A D | abi_gki_aarch64_imx | 1742 in4_pton
|
| H A D | abi_gki_aarch64_qcom | 1114 in4_pton
|
| H A D | abi_gki_aarch64_galaxy | 2207 in4_pton
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | netmisc.c | 132 ret = in4_pton(cp, len, dst, '\\', NULL); in cifs_inet_pton()
|
| /OK3568_Linux_fs/kernel/drivers/net/bonding/ |
| H A D | bond_options.c | 1103 if (!in4_pton(newval->string+1, -1, (u8 *)&target, -1, NULL)) { in bond_option_arp_ip_targets_set()
|
| H A D | bond_main.c | 5151 if (!in4_pton(arp_ip_target[i], -1, (u8 *)&ip, -1, NULL) || in bond_check_params()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/ |
| H A D | moal_main.h | 564 in4_pton(const char *src, int srclen, u8 *dst, int delim, const char **end) in in4_pton() function
|
| H A D | moal_priv.c | 4382 in4_pton(&buf[2], MIN((IPADDR_MAX_BUF - 3), (data_length - 2)), in woal_set_get_ip_addr()
|
| H A D | moal_eth_ioctl.c | 2796 in4_pton(&respbuf[header + 2], in woal_priv_setgetipaddr()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | moal_main.h | 637 static inline int in4_pton(const char *src, int srclen, u8 *dst, int delim, function
|
| H A D | moal_priv.c | 4137 in4_pton(&buf[2], MIN((IPADDR_MAX_BUF - 3), (data_length - 2)), in woal_set_get_ip_addr()
|
| H A D | moal_eth_ioctl.c | 3404 in4_pton(&respbuf[header + 2], in woal_priv_setgetipaddr()
|
| /OK3568_Linux_fs/kernel/net/ceph/ |
| H A D | messenger.c | 1842 …if (in4_pton(str, len, (u8 *)&((struct sockaddr_in *)&addr->in_addr)->sin_addr.s_addr, delim, ipen… in ceph_pton()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/qla4xxx/ |
| H A D | ql4_os.c | 2996 ret = in4_pton(user_ipaddr, strlen(user_ipaddr), dst_ipaddr, in qla4xxx_match_ipaddress()
|