Searched refs:exclude_type (Results 1 – 2 of 2) sorted by relevance
38 static int uv__ifaddr_exclude(struct ifaddrs *ent, int exclude_type) { in uv__ifaddr_exclude() argument49 if (exclude_type == UV__EXCLUDE_IFPHYS) in uv__ifaddr_exclude()
1943 static int uv__ifaddr_exclude(struct ifaddrs *ent, int exclude_type) { in uv__ifaddr_exclude() argument1953 return exclude_type; in uv__ifaddr_exclude()1954 return !exclude_type; in uv__ifaddr_exclude()
Completed in 9 milliseconds