Searched refs:ifi_type (Results 1 – 13 of 13) sorted by relevance
/openbsd/usr.sbin/dhcrelay/ |
H A D | dispatch.c | 141 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 D | dispatch.c | 170 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 D | kroute.c | 240 kif->k.if_type = ifd->ifi_type; in if_change() 349 kif->k.if_type = ifm.ifm_data.ifi_type; in fetchifs()
|
/openbsd/libexec/snmpd/snmpd_metrics/ |
H A D | snmpd.h | 163 #define if_type if_data.ifi_type
|
/openbsd/sys/net/ |
H A D | if.h | 103 u_char ifi_type; /* ethernet, tokenring, etc. */ member
|
H A D | if.c | 2796 data->ifi_type = ifp->if_type; in if_getdata()
|
/openbsd/usr.sbin/ripd/ |
H A D | kroute.c | 667 kif->k.if_type = ifd->ifi_type; in if_change() 996 kif->k.if_type = ifm.ifm_data.ifi_type; in fetchifs()
|
/openbsd/usr.sbin/bgpd/ |
H A D | kroute.c | 2595 get_media_descr(ift2ifm(ifd->ifi_type)), in if_change() 2596 get_linkstate(ifd->ifi_type, ifd->ifi_link_state), in if_change() 2601 kif->if_type = ifd->ifi_type; in if_change() 2961 kif->if_type = ifm.ifm_data.ifi_type; in fetchifs()
|
/openbsd/usr.sbin/eigrpd/ |
H A D | kroute.c | 736 kif->k.if_type = ifd->ifi_type; in kif_update()
|
/openbsd/usr.sbin/ospfd/ |
H A D | kroute.c | 930 kif->k.if_type = ifd->ifi_type; in kif_update()
|
/openbsd/usr.sbin/ospf6d/ |
H A D | kroute.c | 844 if_update(iface, ifd->ifi_mtu, flags, ifd->ifi_type, in kif_update()
|
/openbsd/usr.sbin/ldpd/ |
H A D | kroute.c | 877 kif->k.if_type = ifd->ifi_type; in kif_update()
|
/openbsd/sbin/route/ |
H A D | route.c | 1467 get_linkstate(ifm->ifm_data.ifi_type, in print_rtmsg()
|