Home
last modified time | relevance | path

Searched refs:IFT_CARP (Results 1 – 25 of 3856) sorted by relevance

12345678910>>...155

/dports/net/openmdns/mdnsd-0.7/mdnsd/
H A Dmdns.h38 #ifndef IFT_CARP
39 #define IFT_CARP 0xf8 /* from DragonFly and NetBSD */ macro
H A Dinterface.c166 iface->media_type != IFT_CARP)))) { in if_act_start()
/dports/misc/rump/buildrump.sh-b914579/src/sys/net/
H A Dif_tokensubr.c174 if (ifp->if_type == IFT_CARP) { in token_output()
366 if (ifp0 != ifp && ifp0->if_type == IFT_CARP) { in token_output()
435 if (ifp->if_carp && ifp->if_type != IFT_CARP && in token_input()
H A Dif_fddisubr.c202 if (ifp->if_type == IFT_CARP) { in fddi_output()
394 if (ifp0 != ifp && ifp0->if_type == IFT_CARP) { in fddi_output()
498 if (ifp->if_carp && ifp->if_type != IFT_CARP && in fddi_input()
H A Dif_types.h266 #define IFT_CARP 0xf8 /* Common Address Redundancy Protocol */ macro
H A Dif_ethersubr.c219 if (ifp->if_type == IFT_CARP) { in ether_output()
402 if (ifp0 != ifp && ifp0->if_type == IFT_CARP) { in ether_output()
622 if (__predict_false(ifp->if_carp && ifp->if_type != IFT_CARP)) { in ether_input()
/dports/misc/rump/buildrump.sh-b914579/src/sys/netinet/
H A Dip_carp.c494 if (rcvif->if_type != IFT_CARP) { in carp_proto_input()
567 if (rcvif->if_type != IFT_CARP) { in carp6_proto_input()
835 ifp->if_type = IFT_CARP; in carp_clone_create()
963 if (ifp->if_carp == NULL || ifp->if_type == IFT_CARP) in carp_send_ad_all()
1591 if (ifp->if_type == IFT_CARP) in carp_set_ifp()
1765 ia->ia_ifp->if_type != IFT_CARP && in carp_set_addr()
1864 ia->ia_ifp->if_type != IFT_CARP && in carp_set_addr6()
2175 if (ifp->if_type == IFT_CARP) in carp_carpdev_state()
H A Dif_arp.c786 (ifp->if_type == IFT_CARP) ? in arpresolve()
850 (rt != NULL && rt->rt_ifp->if_type == IFT_CARP) ? in arpresolve()
1031 if (ia->ia_ifp->if_type == IFT_CARP && in in_arpinput()
1294 if (ifp->if_type == IFT_CARP && _rcvif->if_type != IFT_CARP) in in_arpinput()
/dports/misc/rump/buildrump.sh-b914579/src/sys/netinet6/
H A Dnd6.c1094 || (ifp->if_type == IFT_CARP && rt->rt_ifp == ifp->if_carpdev) || in nd6_is_addr_neighbor()
1095 (rt->rt_ifp->if_type == IFT_CARP && rt->rt_ifp->if_carpdev == ifp)|| in nd6_is_addr_neighbor()
1096 (ifp->if_type == IFT_CARP && rt->rt_ifp->if_type == IFT_CARP && in nd6_is_addr_neighbor()
2355 case IFT_CARP: in nd6_need_cache()
H A Dnd6_nbr.c219 if (ifp->if_carp && ifp->if_type != IFT_CARP) in nd6_ns_input()
1029 case IFT_CARP: in nd6_ifptomac()
H A Din6_ifattach.c793 case IFT_CARP: in in6_ifattach()
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/syscall/
H A Dzerrors_darwin_386.go305 IFT_CARP = 0xf8 const
H A Dzerrors_darwin_arm64.go309 IFT_CARP = 0xf8 const
H A Dzerrors_darwin_amd64.go305 IFT_CARP = 0xf8 const
H A Dzerrors_darwin_arm.go289 IFT_CARP = 0xf8 const
H A Dzerrors_openbsd_amd64.go492 IFT_CARP = 0xf7 const
H A Dzerrors_dragonfly_amd64.go389 IFT_CARP = 0xf8 const
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/syscall/
H A Dzerrors_darwin_arm64.go309 IFT_CARP = 0xf8 const
H A Dzerrors_darwin_amd64.go305 IFT_CARP = 0xf8 const
H A Dzerrors_dragonfly_amd64.go389 IFT_CARP = 0xf8 const
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/syscall/
H A Dzerrors_darwin_arm64.go309 IFT_CARP = 0xf8 const
H A Dzerrors_darwin_amd64.go305 IFT_CARP = 0xf8 const
H A Dzerrors_darwin_arm.go289 IFT_CARP = 0xf8 const
H A Dzerrors_darwin_386.go305 IFT_CARP = 0xf8 const
H A Dzerrors_dragonfly_amd64.go389 IFT_CARP = 0xf8 const

12345678910>>...155