Searched refs:cifs_convert_address (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/fs/cifs/ |
D | dns_resolve.c | 75 rc = cifs_convert_address((struct sockaddr *)&ss, hostname, len); in dns_resolve_server_name_to_ip()
|
D | cifsproto.h | 116 extern int cifs_convert_address(struct sockaddr *dst, const char *src, int len);
|
D | connect.c | 1730 if (!cifs_convert_address(dstaddr, string, in cifs_parse_mount_options() 1761 if (!cifs_convert_address( in cifs_parse_mount_options() 1918 if (!cifs_convert_address(dstaddr, &vol->UNC[2], in cifs_parse_mount_options()
|
D | netmisc.c | 169 cifs_convert_address(struct sockaddr *dst, const char *src, int len) in cifs_convert_address() function
|