ether.c | 72 struct pkw ethercaps = PKW_INITIALIZER(ðercaps, "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, ðercaps.pk_parser);
|