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

  /src/sbin/ifconfig/
ether.c 72 struct pkw ethercaps = PKW_INITIALIZER(&ethercaps, "ethercaps", setethercaps, variable in typeref:struct:pkw
82 d = (prop_data_t )prop_dictionary_get(env, "ethercaps");
102 capdata = (prop_data_t)prop_dictionary_get(env, "ethercaps");
115 rc = prop_dictionary_set(oenv, "ethercaps", capdata);
145 rc = prop_dictionary_set(oenv, "ethercaps", capdata);
185 cmdloop_branch_init(&branch, &ethercaps.pk_parser);
ether.c 72 struct pkw ethercaps = PKW_INITIALIZER(&ethercaps, "ethercaps", setethercaps, variable in typeref:struct:pkw
82 d = (prop_data_t )prop_dictionary_get(env, "ethercaps");
102 capdata = (prop_data_t)prop_dictionary_get(env, "ethercaps");
115 rc = prop_dictionary_set(oenv, "ethercaps", capdata);
145 rc = prop_dictionary_set(oenv, "ethercaps", capdata);
185 cmdloop_branch_init(&branch, &ethercaps.pk_parser);

Completed in 24 milliseconds