Lines Matching refs:fs_ip
260 sin = *fs->fs_ip; in call_portmap()
463 memcmp((voidp) &fs->fs_ip->sin_addr, in check_fs_addr_change()
465 sizeof(fs->fs_ip->sin_addr)) == 0) in check_fs_addr_change()
468 old_ipaddr = xstrdup(inet_ntoa(fs->fs_ip->sin_addr)); in check_fs_addr_change()
475 memmove((voidp) &fs->fs_ip->sin_addr, in check_fs_addr_change()
477 sizeof(fs->fs_ip->sin_addr)); in check_fs_addr_change()
592 fs->fs_ip, in nfs_keepalive()
954 if (hp && fs->fs_ip && in find_nfs_srvr()
955 memcmp((voidp) &fs->fs_ip->sin_addr, in find_nfs_srvr()
957 sizeof(fs->fs_ip->sin_addr)) != 0) { in find_nfs_srvr()
960 old_ipaddr = xstrdup(inet_ntoa(fs->fs_ip->sin_addr)); in find_nfs_srvr()
967 memmove((voidp) &fs->fs_ip->sin_addr, (voidp) hp->h_addr, sizeof(fs->fs_ip->sin_addr)); in find_nfs_srvr()
1025 fs->fs_ip = ip; in find_nfs_srvr()