Lines Matching defs:self
50 def __init__(self, ifname): argument
62 def __del__(self): argument
65 def send_l3packet(self, pkt, mac): argument
69 def send_packet(self, pkt): argument
72 def send_bytes(self, bytedata): argument
75 def recv_packet(self): argument
78 def recv_bytes(self): argument
81 def get_mac(self): argument
86 def __init__(self, protected_iface=TAP_PROTECTED, unprotected_iface=TAP_UNPROTECTED): argument
90 def send_to_protected_port(self, pkt, remote_mac=None): argument
95 def send_to_unprotected_port(self, pkt, remote_mac=None): argument
100 def xfer_unprotected(self, pkt): argument
104 def xfer_protected(self, pkt): argument