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

  /src/sbin/ifconfig/
ether.c 73 "ethercap", ethercapskw, __arraycount(ethercapskw),
125 int64_t ethercap; local in function:setethercaps
130 rc = prop_dictionary_get_int64(env, "ethercap", &ethercap);
136 if (ethercap < 0) {
137 ethercap = -ethercap;
138 eccr.eccr_capenable &= ~ethercap;
140 eccr.eccr_capenable |= ethercap;
ether.c 73 "ethercap", ethercapskw, __arraycount(ethercapskw),
125 int64_t ethercap; local in function:setethercaps
130 rc = prop_dictionary_get_int64(env, "ethercap", &ethercap);
136 if (ethercap < 0) {
137 ethercap = -ethercap;
138 eccr.eccr_capenable &= ~ethercap;
140 eccr.eccr_capenable |= ethercap;
ether.c 73 "ethercap", ethercapskw, __arraycount(ethercapskw),
125 int64_t ethercap; local in function:setethercaps
130 rc = prop_dictionary_get_int64(env, "ethercap", &ethercap);
136 if (ethercap < 0) {
137 ethercap = -ethercap;
138 eccr.eccr_capenable &= ~ethercap;
140 eccr.eccr_capenable |= ethercap;

Completed in 31 milliseconds