/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", ðercap); 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", ðercap); 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", ðercap); 136 if (ethercap < 0) { 137 ethercap = -ethercap; 138 eccr.eccr_capenable &= ~ethercap; 140 eccr.eccr_capenable |= ethercap;
|