Searched refs:cifs_convert_address (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | dns_resolve.c | 75 rc = cifs_convert_address((struct sockaddr *)&ss, hostname, len); in dns_resolve_server_name_to_ip()
|
| H A D | cifsproto.h | 154 extern int cifs_convert_address(struct sockaddr *dst, const char *src, int len);
|
| H A D | misc.c | 1118 if (!cifs_convert_address(&tipaddr, tip, strlen(tip))) { in match_target_ip()
|
| H A D | connect.c | 324 rc = cifs_convert_address((struct sockaddr *)&server->dstaddr, ipaddr, in reconn_set_ipaddr() 2049 if (!cifs_convert_address(dstaddr, string, in cifs_parse_mount_options() 2080 if (!cifs_convert_address( in cifs_parse_mount_options() 2257 if (!cifs_convert_address(dstaddr, &vol->UNC[2], len)) { in cifs_parse_mount_options()
|
| H A D | netmisc.c | 152 cifs_convert_address(struct sockaddr *dst, const char *src, int len) in cifs_convert_address() function
|