Searched refs:setip6flags (Results 1 – 1 of 1) sorted by relevance
| /src/sbin/ifconfig/ |
| H A D | af_inet6.c | 115 setip6flags(if_ctx *ctx, const char *dummyaddr __unused, int flag) in setip6flags() function 703 DEF_CMD("anycast", IN6_IFF_ANYCAST, setip6flags), 704 DEF_CMD("tentative", IN6_IFF_TENTATIVE, setip6flags), 705 DEF_CMD("-tentative", -IN6_IFF_TENTATIVE, setip6flags), 706 DEF_CMD("deprecated", IN6_IFF_DEPRECATED, setip6flags), 707 DEF_CMD("-deprecated", -IN6_IFF_DEPRECATED, setip6flags), 708 DEF_CMD("autoconf", IN6_IFF_AUTOCONF, setip6flags), 709 DEF_CMD("-autoconf", -IN6_IFF_AUTOCONF, setip6flags), 710 DEF_CMD("prefer_source",IN6_IFF_PREFER_SOURCE, setip6flags), 711 DEF_CMD("-prefer_source",-IN6_IFF_PREFER_SOURCE,setip6flags),
|