Searched refs:get_if_nd6_flag (Results 1 - 1 of 1) sorted by relevance

/external/dhcpcd-6.8.2/
H A Dif-bsd.c1448 #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);
1563 "%s: get_if_nd6_flag: "
1601 override = get_if_nd6_flag(s, ifp, ND6_IFF_OVERRIDE_RTADV);
1604 "%s: get_if_nd6_flag: ND6_IFF_OVERRIDE_RTADV: %m",
1619 ra = get_if_nd6_flag(s, ifp, ND6_IFF_ACCEPT_RTADV);
1622 "%s: get_if_nd6_flag: ND6_IFF_ACCEPT_RTADV: %m",

Completed in 110 milliseconds