Home
last modified time | relevance | path

Searched refs:ifi_type (Results 1 – 13 of 13) sorted by relevance

/openbsd/usr.sbin/dhcrelay/
H A Ddispatch.c141 if (ifi->ifi_type != IFT_ETHER && in setup_iflist()
142 ifi->ifi_type != IFT_ENC && in setup_iflist()
143 ifi->ifi_type != IFT_CARP) { in setup_iflist()
149 if (ifi->ifi_type == IFT_ENC) in setup_iflist()
/openbsd/usr.sbin/dhcrelay6/
H A Ddispatch.c170 if (ifi->ifi_type != IFT_ETHER && in setup_iflist()
171 ifi->ifi_type != IFT_ENC && in setup_iflist()
172 ifi->ifi_type != IFT_CARP) { in setup_iflist()
/openbsd/usr.sbin/dvmrpd/
H A Dkroute.c240 kif->k.if_type = ifd->ifi_type; in if_change()
348 kif->k.if_type = ifm.ifm_data.ifi_type; in fetchifs()
/openbsd/libexec/snmpd/snmpd_metrics/
H A Dsnmpd.h163 #define if_type if_data.ifi_type
/openbsd/sys/net/
H A Dif_var.h192 #define if_type if_data.ifi_type
H A Dif.h103 u_char ifi_type; /* ethernet, tokenring, etc. */ member
/openbsd/usr.sbin/ripd/
H A Dkroute.c667 kif->k.if_type = ifd->ifi_type; in if_change()
995 kif->k.if_type = ifm.ifm_data.ifi_type; in fetchifs()
/openbsd/usr.sbin/bgpd/
H A Dkroute.c2577 get_media_descr(ift2ifm(ifd->ifi_type)), in if_change()
2578 get_linkstate(ifd->ifi_type, ifd->ifi_link_state), in if_change()
2583 kif->if_type = ifd->ifi_type; in if_change()
2943 kif->if_type = ifm.ifm_data.ifi_type; in fetchifs()
/openbsd/usr.sbin/eigrpd/
H A Dkroute.c736 kif->k.if_type = ifd->ifi_type; in kif_update()
/openbsd/usr.sbin/ospfd/
H A Dkroute.c930 kif->k.if_type = ifd->ifi_type; in kif_update()
/openbsd/usr.sbin/ospf6d/
H A Dkroute.c844 if_update(iface, ifd->ifi_mtu, flags, ifd->ifi_type, in kif_update()
/openbsd/usr.sbin/ldpd/
H A Dkroute.c877 kif->k.if_type = ifd->ifi_type; in kif_update()
/openbsd/sbin/route/
H A Droute.c1467 get_linkstate(ifm->ifm_data.ifi_type, in print_rtmsg()