Searched refs:if_checkipv6 (Results 1 – 5 of 5) sorted by relevance
/external/dhcpcd-6.8.2/ |
D | if.h | 151 int if_checkipv6(struct dhcpcd_ctx *ctx, const struct interface *, int); 170 #define if_checkipv6(a, b, c) (-1) macro
|
D | if-sun.c | 177 if_checkipv6(struct dhcpcd_ctx *ctx, const char *ifname, int own) in if_checkipv6() function
|
D | dhcpcd.c | 409 ra_global = if_checkipv6(ifp->ctx, NULL, in configure_interface1() 411 ra_iface = if_checkipv6(ifp->ctx, ifp, in configure_interface1()
|
D | if-bsd.c | 1679 if_checkipv6(struct dhcpcd_ctx *ctx, const struct interface *ifp, int own) function
|
D | if-linux.c | 1728 if_checkipv6(struct dhcpcd_ctx *ctx, const struct interface *ifp, int own) in if_checkipv6() function
|