Home | History | Annotate | Download | only in net

Lines Matching refs:def

15     def reset(self, ignore_status=False):
19 def start(self, ignore_status=False):
23 def stop(self, ignore_status=False):
27 def list(self):
31 def get_ip_local(self, query_ip, netmask="24"):
47 def disable_ip_local_loopback(self, ignore_status=False):
54 def enable_ip_local_loopback(self, ignore_status=False):
61 def process_mpstat(self, mpstat_out, sample_count, loud = True):
104 def network():
116 def __init__(self, name):
128 def restore(self):
143 def get_name(self):
147 def parse_ethtool(self, field, match, option='', next_field=''):
159 def get_stats(self):
170 def get_stats_diff(self, orig_stats):
180 def get_driver(self):
186 def get_carrier(self):
195 def get_supported_link_modes(self):
201 def get_advertised_link_modes(self):
207 def is_autoneg_advertised(self):
213 def get_speed(self):
217 def is_full_duplex(self):
222 def is_autoneg_on(self):
227 def get_wakeon(self):
231 def is_rx_summing_on(self):
236 def is_tx_summing_on(self):
241 def is_scatter_gather_on(self):
246 def is_tso_on(self):
252 def is_pause_autoneg_on(self):
257 def is_tx_pause_on(self):
262 def is_rx_pause_on(self):
267 def _set_loopback(self, mode, enable_disable):
273 def enable_loopback(self):
291 def disable_loopback(self):
299 def is_loopback_enabled(self):
309 def enable_promisc(self):
313 def disable_promisc(self):
317 def get_hwaddr(self):
324 def set_hwaddr(self, hwaddr):
328 def add_maddr(self, maddr):
332 def del_maddr(self, maddr):
336 def get_ipaddr(self):
346 def set_ipaddr(self, ipaddr):
350 def is_down(self):
356 def up(self):
360 def down(self):
364 def wait_for_carrier(self, timeout=60):
372 def send(self, buf):
376 def recv(self, len):
380 def flush(self):
387 def netif(name):
402 def is_enabled(self):
406 def is_bondable(self):
410 def enable(self):
414 def disable(self):
418 def get_mii_status(self):
422 def get_mode(self):
426 def wait_for_state_change(self):
444 def get_active_interfaces(self):
448 def get_slave_interfaces(self):
452 def bond():
464 def __init__(self, iface_name):
478 def socket(self):
482 def socket_timeout(self):
487 def set_socket_timeout(self, timeout):
495 def open(self, protocol=None):
517 def close(self):
526 def recv(self, timeout):
564 def send(self, packet):
572 def send_to(self, dst_mac, src_mac, protocol, payload):
592 def recv_from(self, dst_mac, src_mac, protocol):
663 def __init__(self):
668 def mac_string_to_binary(hwaddr):
686 def mac_binary_to_string(hwaddr):
702 def pack(dst, src, protocol, payload):
720 def unpack(raw_frame):
746 def ethernet_packet():