Lines Matching defs:ifm
847 struct if_msghdr *ifm;861 for (p = buf; p < buf + len; p += ifm->ifm_msglen) {862 ifm = (struct if_msghdr *)p;863 sdl = (struct sockaddr_dl *)(ifm + 1);864 if (ifm->ifm_type != RTM_IFINFO ||865 (ifm->ifm_addrs & RTA_IFP) == 0)