Lines Matching refs:ifm
851 struct if_msghdr *ifm;865 for (p = buf; p < buf + len; p += ifm->ifm_msglen) {866 ifm = (struct if_msghdr *)p;867 sdl = (struct sockaddr_dl *)(ifm + 1);868 if (ifm->ifm_type != RTM_IFINFO ||869 (ifm->ifm_addrs & RTA_IFP) == 0)