Home | History | Annotate | Download | only in avahi-autoipd

Lines Matching refs:ifm

585     struct if_msghdr *ifm;
613 for (next = buf; next < lim; next += ifm->ifm_msglen) {
614 ifm = (struct if_msghdr *)next;
615 if (ifm->ifm_type == RTM_IFINFO) {
616 sdl = (struct sockaddr_dl *)(ifm + 1);