Home
last modified time | relevance | path

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

/external/dhcpcd-6.8.2/
Dipv4.h73 int ipv4_init(struct dhcpcd_ctx *);
104 #define ipv4_init(a) (-1) macro
Dipv4.c193 ipv4_init(struct dhcpcd_ctx *ctx) in ipv4_init() function
Ddhcpcd.c899 if (ifo->options & DHCPCD_IPV4 && ipv4_init(ifp->ctx) == -1) { in dhcpcd_initstate1()