Lines Matching defs:oenv
513 no_cmds_exec(prop_dictionary_t env, prop_dictionary_t oenv)
521 else if (getifflags(env, oenv, &ignore) == -1)
529 wait_dad_exec(prop_dictionary_t env, prop_dictionary_t oenv)
593 media_status_exec(prop_dictionary_t env, prop_dictionary_t oenv)
601 else if (getifflags(env, oenv, &ignore) == -1)
634 prop_dictionary_t env, oenv;
776 if ((oenv = prop_dictionary_create()) == NULL)
779 if (matches_exec(match, oenv, nmatch) == -1)
787 env = oenv;
789 env = prop_dictionary_augment(env, oenv);
811 (*afp->af_addr_commit)(env, oenv);
855 prop_dictionary_t env, oenv;
864 oenv = prop_dictionary_create();
866 if (env == NULL || oenv == NULL)
902 status(env, oenv);
907 prop_object_release((prop_object_t)oenv);
912 list_cloners(prop_dictionary_t env, prop_dictionary_t oenv)
953 clone_command(prop_dictionary_t env, prop_dictionary_t oenv)
971 setifaddr(prop_dictionary_t env, prop_dictionary_t oenv)
996 setifnetmask(prop_dictionary_t env, prop_dictionary_t oenv)
1003 if (!prop_dictionary_set(oenv, "netmask", (prop_object_t)d))
1010 setifbroadaddr(prop_dictionary_t env, prop_dictionary_t oenv)
1015 if (getifflags(env, oenv, &flags) == -1)
1024 if (!prop_dictionary_set(oenv, "broadcast", (prop_object_t)d))
1032 notrailers(prop_dictionary_t env, prop_dictionary_t oenv)
1040 setifdstormask(prop_dictionary_t env, prop_dictionary_t oenv)
1046 if (getifflags(env, oenv, &flags) == -1)
1058 if (!prop_dictionary_set(oenv, key, (prop_object_t)d))
1065 setifflags(prop_dictionary_t env, prop_dictionary_t oenv)
1090 getifcaps(prop_dictionary_t env, prop_dictionary_t oenv, struct ifcapreq *oifcr)
1110 rc = prop_dictionary_set(oenv, "ifcaps", capdata);
1118 setifcaps(prop_dictionary_t env, prop_dictionary_t oenv)
1128 if (getifcaps(env, oenv, &ifcr) == -1)
1140 rc = prop_dictionary_set(oenv, "ifcaps", capdata);
1147 setifmetric(prop_dictionary_t env, prop_dictionary_t oenv)
1187 setifmtu(prop_dictionary_t env, prop_dictionary_t oenv)
1270 status(prop_dictionary_t env, prop_dictionary_t oenv)
1297 if ((ifname = getifinfo(env, oenv, &flags)) == NULL)
1314 if (getifcaps(env, oenv, &ifcr) == -1)
1335 (*status_f->f_func)(env, oenv);
1367 media_status(env, oenv);
1404 (*afp->af_status)(env, oenv, true);
1406 (*afp->af_status)(env, oenv, false);
1410 setifprefixlen(prop_dictionary_t env, prop_dictionary_t oenv)
1432 if (!prop_dictionary_set(oenv, "netmask", (prop_object_t)d))
1440 setlinkstr(prop_dictionary_t env, prop_dictionary_t oenv)
1472 unsetlinkstr(prop_dictionary_t env, prop_dictionary_t oenv)
1486 setifdescr(prop_dictionary_t env, prop_dictionary_t oenv)
1521 unsetifdescr(prop_dictionary_t env, prop_dictionary_t oenv)