addrhead         1101 source3/client/mount.cifs.c 	struct addrinfo *addrhead = NULL, *addr;
addrhead         1316 source3/client/mount.cifs.c 	addrhead = addr = parse_server(&share_name);
addrhead         1317 source3/client/mount.cifs.c 	if((addrhead == NULL) && (got_ip == 0)) {
addrhead         1591 source3/client/mount.cifs.c 	if (addrhead)
addrhead         1592 source3/client/mount.cifs.c 		freeaddrinfo(addrhead);