Searched refs:nextifmhdr (Results 1 – 1 of 1) sorted by relevance
33 struct if_msghdr *ifmhdr, *nextifmhdr; in get_iface_stats_sysctl() local65 nextifmhdr = (struct if_msghdr *) next; in get_iface_stats_sysctl()66 if (nextifmhdr->ifm_type != RTM_NEWADDR) break; in get_iface_stats_sysctl()67 next += nextifmhdr->ifm_msglen; in get_iface_stats_sysctl()