Searched refs:get_if_nd6_flag (Results 1 – 1 of 1) sorted by relevance
/external/dhcpcd-6.8.2/ |
D | if-bsd.c | 1448 #define get_if_nd6_flag(s, ifname, flag) if_nd6_flag((s), (ifp), (flag), 0) macro 1560 all = get_if_nd6_flag(s, ifp, ND6_IFF_AUTO_LINKLOCAL); 1601 override = get_if_nd6_flag(s, ifp, ND6_IFF_OVERRIDE_RTADV); 1619 ra = get_if_nd6_flag(s, ifp, ND6_IFF_ACCEPT_RTADV);
|