Searched refs:ipv4_addrexists (Results 1 – 3 of 3) sorted by relevance
78 int ipv4_addrexists(struct dhcpcd_ctx *, const struct in_addr *);110 #define ipv4_addrexists(a, b) (0) macro
230 !ipv4_addrexists(ctx, NULL)) in dhcpcd_ipwaited()238 !ipv4_addrexists(ctx, NULL) && in dhcpcd_ipwaited()
162 ipv4_addrexists(struct dhcpcd_ctx *ctx, const struct in_addr *addr) in ipv4_addrexists() function