Searched refs:nextifm (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/lib/libncp/
H A Dipx.c204 struct if_msghdr *ifm, *nextifm; local
254 nextifm = (struct if_msghdr *)next;
255 if (nextifm->ifm_type != RTM_NEWADDR)
258 ifam = (struct ifa_msghdr *)nextifm;
260 next += nextifm->ifm_msglen;

Completed in 54 milliseconds