Home
last modified time | relevance | path

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

/netbsd-src/sys/netatalk/
H A Dat_extern.h62 at_ifawithnet(const struct sockaddr_at *, struct ifnet *);
H A Daarp.c136 at_ifawithnet(const struct sockaddr_at *sat, struct ifnet *ifp) in at_ifawithnet() function
195 if ((aa = (struct at_ifaddr *) at_ifawithnet(sat, ifp)) == NULL) { in aarpwhohas()
262 ifa = at_ifawithnet(destsat, ifp); in aarpresolve()
378 ifa = at_ifawithnet(&sat, ifp); in at_aarpinput()
/netbsd-src/sys/net/
H A Dif_ethersubr.c325 ifa = at_ifawithnet((const struct sockaddr_at *)dst, ifp); in ether_output()
H A Dif.c2011 ifa = at_ifawithnet((const struct sockaddr_at *)addr, in ifa_ifwithnet()