Home
last modified time | relevance | path

Searched refs:_init_socket (Results 1 – 3 of 3) sorted by relevance

/external/scapy/scapy/contrib/isotp/
Disotp_native_socket.py337 self._init_socket()
339 def _init_socket(self) -> None: member in ISOTPNativeSocket
/external/scapy/scapy/contrib/automotive/
Ddoip.py364 self._init_socket()
369 def _init_socket(self): member in DoIPSocket
/external/scapy/scapy/
Dsendrecv.py1464 def _init_socket(iface, # type: _GlobInterfaceType function
1476 sckt1, if1 = _init_socket(if1, 1)
1477 sckt2, if2 = _init_socket(if2, 2)