ireq 122 nfs/nfs_boot.c struct ifreq ireq; ireq 154 nfs/nfs_boot.c bcopy(ifp->if_xname, ireq.ifr_name, IFNAMSIZ); ireq 156 nfs/nfs_boot.c ireq.ifr_name); ireq 166 nfs/nfs_boot.c error = ifioctl(so, SIOCGIFFLAGS, (caddr_t)&ireq, procp); ireq 169 nfs/nfs_boot.c ireq.ifr_flags |= IFF_UP; ireq 170 nfs/nfs_boot.c error = ifioctl(so, SIOCSIFFLAGS, (caddr_t)&ireq, procp); ireq 185 nfs/nfs_boot.c sin = (struct sockaddr_in *)&ireq.ifr_addr; ireq 190 nfs/nfs_boot.c error = ifioctl(so, SIOCSIFADDR, (caddr_t)&ireq, procp);