HomeSort by: relevance | last modified time | path
    Searched refs:at_ifawithnet (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/netatalk/
at_extern.h 62 at_ifawithnet(const struct sockaddr_at *, struct ifnet *);
aarp.c 136 at_ifawithnet(const struct sockaddr_at *sat, struct ifnet *ifp) function in typeref:struct:ifaddr *
195 if ((aa = (struct at_ifaddr *) at_ifawithnet(sat, ifp)) == NULL) {
262 ifa = at_ifawithnet(destsat, ifp);
378 ifa = at_ifawithnet(&sat, ifp);
  /src/sys/net/
if_ethersubr.c 363 ifa = at_ifawithnet((const struct sockaddr_at *)dst, ifp);
if.c 2011 ifa = at_ifawithnet((const struct sockaddr_at *)addr,

Completed in 15 milliseconds