Home
last modified time | relevance | path

Searched refs:ipv4_addrexists (Results 1 – 3 of 3) sorted by relevance

/external/dhcpcd-6.8.2/
Dipv4.h78 int ipv4_addrexists(struct dhcpcd_ctx *, const struct in_addr *);
110 #define ipv4_addrexists(a, b) (0) macro
Ddhcpcd.c230 !ipv4_addrexists(ctx, NULL)) in dhcpcd_ipwaited()
238 !ipv4_addrexists(ctx, NULL) && in dhcpcd_ipwaited()
Dipv4.c162 ipv4_addrexists(struct dhcpcd_ctx *ctx, const struct in_addr *addr) in ipv4_addrexists() function