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

/netbsd-6-1-5-RELEASE/sys/net/
H A Dif_fddisubr.c222 if (ifp->if_type == IFT_CARP) {
516 if (ifp0 != ifp && ifp0->if_type == IFT_CARP) {
615 if (ifp->if_carp && ifp->if_type != IFT_CARP &&
H A Dif_tokensubr.c198 if (ifp->if_type == IFT_CARP) {
453 if (ifp0 != ifp && ifp0->if_type == IFT_CARP) {
520 if (ifp->if_carp && ifp->if_type != IFT_CARP &&
H A Dif_types.h266 #define IFT_CARP 0xf8 /* Common Address Redundancy Protocol */ macro
H A Dif_ethersubr.c232 if (ifp->if_type == IFT_CARP) {
492 if (ifp0 != ifp && ifp0->if_type == IFT_CARP) {
726 if (__predict_false(ifp->if_carp && ifp->if_type != IFT_CARP)) {
H A Dif.c743 if (ifp->if_carp != NULL && ifp->if_type != IFT_CARP)
/netbsd-6-1-5-RELEASE/sys/netinet/
H A Dip_carp.c477 if (m->m_pkthdr.rcvif->if_type != IFT_CARP) {
546 if (m->m_pkthdr.rcvif->if_type != IFT_CARP) {
794 ifp->if_type = IFT_CARP;
905 if (ifp->if_carp == NULL || ifp->if_type == IFT_CARP)
1521 if (ifp->if_type == IFT_CARP)
1689 ia->ia_ifp->if_type != IFT_CARP &&
1788 ia->ia_ifp->if_type != IFT_CARP &&
2094 if (ifp->if_type == IFT_CARP)
H A Dif_arp.c840 (rt->rt_ifp->if_type == IFT_CARP) ?
1003 if (ia->ia_ifp->if_type == IFT_CARP &&
1205 if (rt->rt_ifp->if_type == IFT_CARP &&
1206 m->m_pkthdr.rcvif->if_type != IFT_CARP)
/netbsd-6-1-5-RELEASE/sys/netinet6/
H A Dnd6_nbr.c215 if (ifp->if_carp && ifp->if_type != IFT_CARP)
1011 case IFT_CARP:
H A Din6_ifattach.c794 case IFT_CARP:
H A Dnd6.c2210 case IFT_CARP:
/netbsd-6-1-5-RELEASE/usr.bin/netstat/
H A Dshow.c711 case IFT_CARP:
/netbsd-6-1-5-RELEASE/sys/dist/pf/net/
H A Dpf.c5155 if (rt->rt_ifp->if_type == IFT_CARP)
5739 if (ifp->if_type == IFT_CARP && ifp->if_carpdev)
6092 if (ifp->if_type == IFT_CARP && ifp->if_carpdev)

Completed in 220 milliseconds