Home
last modified time | relevance | path

Searched refs:ifm_type (Results 1 – 4 of 4) sorted by relevance

/original-bsd/sbin/XNSrouted/
H A Dstartup.c112 if (ifm->ifm_type == RTM_IFINFO) { in ifinit()
122 if (ifm->ifm_type != RTM_NEWADDR) in ifinit()
/original-bsd/sbin/routed/
H A Dstartup.c108 if (ifm->ifm_type == RTM_IFINFO) { in ifinit()
118 if (ifm->ifm_type != RTM_NEWADDR) in ifinit()
/original-bsd/usr.sbin/rwhod/
H A Drwhod.c404 if (ifm->ifm_type == RTM_IFINFO) {
412 if (ifm->ifm_type != RTM_NEWADDR)
/original-bsd/sys/net/
H A Dif.h222 u_char ifm_type; /* message type */ member