Searched refs:get_if_nd6_flag (Results 1 – 1 of 1) sorted by relevance
/minix/external/bsd/dhcpcd/dist/ |
H A D | if-bsd.c | 1428 #define get_if_nd6_flag(s, ifname, flag) if_nd6_flag((s), (ifp), (flag), 0) macro 1540 all = get_if_nd6_flag(s, ifp, ND6_IFF_AUTO_LINKLOCAL); 1581 override = get_if_nd6_flag(s, ifp, ND6_IFF_OVERRIDE_RTADV); 1599 ra = get_if_nd6_flag(s, ifp, ND6_IFF_ACCEPT_RTADV);
|