Home
last modified time | relevance | path

Searched refs:at_ifawithnet (Results 1 – 11 of 11) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/netatalk/
H A Dat_extern.h62 at_ifawithnet(const struct sockaddr_at *, struct ifnet *);
H A Daarp.c132 at_ifawithnet(const struct sockaddr_at *sat, struct ifnet *ifp) in at_ifawithnet() function
190 if ((aa = (struct at_ifaddr *) at_ifawithnet(sat, ifp)) == NULL) { in aarpwhohas()
254 aa = (struct at_ifaddr *) at_ifawithnet(destsat, ifp); in aarpresolve()
358 aa = (struct at_ifaddr *) at_ifawithnet(&sat, ifp); in at_aarpinput()
/dports/net/netwib/netwib-5.38.0-src/src/port/openbsd/kernelmodule/
H A Dether_mod-2.4.c207 aa = (struct at_ifaddr *)at_ifawithnet(
H A Dether_mod-2.5.c257 aa = (struct at_ifaddr *)at_ifawithnet(
H A Dether_mod-2.6.c258 aa = (struct at_ifaddr *)at_ifawithnet(
/dports/security/fragrouter/fragrouter-1.6/Libnet-0.99b/support/bpf-lkm/OpenBSD/
H A Dether_mod.c206 aa = (struct at_ifaddr *)at_ifawithnet(
/dports/net/netwib/netwib-5.38.0-src/src/port/freebsd/kernelmodule/
H A Dether_mod.c205 if ((aa = (struct at_ifaddr *)at_ifawithnet(
/dports/security/fragrouter/fragrouter-1.6/Libnet-0.99b/support/bpf-lkm/FreeBSD/
H A Dether_mod.c206 if ((aa = (struct at_ifaddr *)at_ifawithnet(
/dports/misc/rump/buildrump.sh-b914579/src/sys/net/
H A Dif_fddisubr.c297 if ((aa = (struct at_ifaddr *)at_ifawithnet( in fddi_output()
H A Dif_ethersubr.c313 aa = (struct at_ifaddr *) at_ifawithnet( in ether_output()
H A Dif.c1681 ifa = at_ifawithnet((const struct sockaddr_at *)addr, ifp); in ifa_ifwithnet()