HomeSort by: relevance | last modified time | path
    Searched defs:getifcaps (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/ifconfig/
ifconfig.c 1090 getifcaps(prop_dictionary_t env, prop_dictionary_t oenv, struct ifcapreq *oifcr) function in typeref:typename:int
1128 if (getifcaps(env, oenv, &ifcr) == -1)
1314 if (getifcaps(env, oenv, &ifcr) == -1)
1315 err(EXIT_FAILURE, "%s: getifcaps", __func__);
ifconfig.c 1090 getifcaps(prop_dictionary_t env, prop_dictionary_t oenv, struct ifcapreq *oifcr) function in typeref:typename:int
1128 if (getifcaps(env, oenv, &ifcr) == -1)
1314 if (getifcaps(env, oenv, &ifcr) == -1)
1315 err(EXIT_FAILURE, "%s: getifcaps", __func__);

Completed in 23 milliseconds