Searched refs:ifcap (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/ifconfig/
H A Difconfig.c311 "ifcap", ifcapskw, __arraycount(ifcapskw), &command_root.pb_parser);
1029 int64_t ifcap; local
1037 rc = prop_dictionary_get_int64(env, "ifcap", &ifcap);
1043 if (ifcap < 0) {
1044 ifcap = -ifcap;
1045 ifcr.ifcr_capenable &= ~ifcap;
1047 ifcr.ifcr_capenable |= ifcap;

Completed in 101 milliseconds