Lines Matching defs:addr
974 ifa_foraddr(unsigned int addr) in ifa_foraddr()
985 ifa_foraddr_scoped(unsigned int addr, unsigned int scope) in ifa_foraddr_scoped()
1074 ifa_ifwithaddr_locked(const struct sockaddr *addr) in ifa_ifwithaddr_locked()
1115 ifa_ifwithaddr(const struct sockaddr *addr) in ifa_ifwithaddr()
1133 ifa_ifwithdstaddr_ifp(const struct sockaddr *addr, struct ifnet * ifp) in ifa_ifwithdstaddr_ifp()
1164 ifa_ifwithdstaddr(const struct sockaddr *addr) in ifa_ifwithdstaddr()
1179 ifa_ifwithdstaddr_scoped(const struct sockaddr *addr, unsigned int ifscope) in ifa_ifwithdstaddr_scoped()
1202 ifa_ifwithaddr_scoped_locked(const struct sockaddr *addr, unsigned int ifscope) in ifa_ifwithaddr_scoped_locked()
1257 ifa_ifwithaddr_scoped(const struct sockaddr *addr, unsigned int ifscope) in ifa_ifwithaddr_scoped()
1271 ifa_ifwithnet(const struct sockaddr *addr) in ifa_ifwithnet()
1277 ifa_ifwithnet_scoped(const struct sockaddr *addr, unsigned int ifscope) in ifa_ifwithnet_scoped()
1287 ifa_ifwithnet_common(const struct sockaddr *addr, unsigned int ifscope) in ifa_ifwithnet_common()
1420 ifaof_ifpforaddr_select(const struct sockaddr *addr, struct ifnet *ifp) in ifaof_ifpforaddr_select()
1439 ifaof_ifpforaddr(const struct sockaddr *addr, struct ifnet *ifp) in ifaof_ifpforaddr()
6885 union sockaddr_in_4_6 addr; member