Lines Matching refs:oenv

511 no_cmds_exec(prop_dictionary_t env, prop_dictionary_t oenv)
519 else if (getifflags(env, oenv, &ignore) == -1)
527 wait_dad_exec(prop_dictionary_t env, prop_dictionary_t oenv)
591 media_status_exec(prop_dictionary_t env, prop_dictionary_t oenv)
599 else if (getifflags(env, oenv, &ignore) == -1)
632 prop_dictionary_t env, oenv;
774 if ((oenv = prop_dictionary_create()) == NULL)
777 if (matches_exec(match, oenv, nmatch) == -1)
785 env = oenv;
787 env = prop_dictionary_augment(env, oenv);
809 (*afp->af_addr_commit)(env, oenv);
853 prop_dictionary_t env, oenv;
862 oenv = prop_dictionary_create();
864 if (env == NULL || oenv == NULL)
900 status(env, oenv);
905 prop_object_release((prop_object_t)oenv);
910 list_cloners(prop_dictionary_t env, prop_dictionary_t oenv)
951 clone_command(prop_dictionary_t env, prop_dictionary_t oenv)
969 setifaddr(prop_dictionary_t env, prop_dictionary_t oenv)
994 setifnetmask(prop_dictionary_t env, prop_dictionary_t oenv)
1001 if (!prop_dictionary_set(oenv, "netmask", (prop_object_t)d))
1008 setifbroadaddr(prop_dictionary_t env, prop_dictionary_t oenv)
1013 if (getifflags(env, oenv, &flags) == -1)
1022 if (!prop_dictionary_set(oenv, "broadcast", (prop_object_t)d))
1030 notrailers(prop_dictionary_t env, prop_dictionary_t oenv)
1038 setifdstormask(prop_dictionary_t env, prop_dictionary_t oenv)
1044 if (getifflags(env, oenv, &flags) == -1)
1056 if (!prop_dictionary_set(oenv, key, (prop_object_t)d))
1063 setifflags(prop_dictionary_t env, prop_dictionary_t oenv)
1088 getifcaps(prop_dictionary_t env, prop_dictionary_t oenv, struct ifcapreq *oifcr)
1108 rc = prop_dictionary_set(oenv, "ifcaps", capdata);
1116 setifcaps(prop_dictionary_t env, prop_dictionary_t oenv)
1126 if (getifcaps(env, oenv, &ifcr) == -1)
1138 rc = prop_dictionary_set(oenv, "ifcaps", capdata);
1145 setifmetric(prop_dictionary_t env, prop_dictionary_t oenv)
1185 setifmtu(prop_dictionary_t env, prop_dictionary_t oenv)
1242 status(prop_dictionary_t env, prop_dictionary_t oenv)
1269 if ((ifname = getifinfo(env, oenv, &flags)) == NULL)
1286 if (getifcaps(env, oenv, &ifcr) == -1)
1307 (*status_f->f_func)(env, oenv);
1336 media_status(env, oenv);
1373 (*afp->af_status)(env, oenv, true);
1375 (*afp->af_status)(env, oenv, false);
1379 setifprefixlen(prop_dictionary_t env, prop_dictionary_t oenv)
1401 if (!prop_dictionary_set(oenv, "netmask", (prop_object_t)d))
1409 setlinkstr(prop_dictionary_t env, prop_dictionary_t oenv)
1441 unsetlinkstr(prop_dictionary_t env, prop_dictionary_t oenv)
1455 setifdescr(prop_dictionary_t env, prop_dictionary_t oenv)
1490 unsetifdescr(prop_dictionary_t env, prop_dictionary_t oenv)