Searched refs:bind_bottom_up (Results 1 – 6 of 6) sorted by relevance
/external/scapy/scapy/layers/ |
D | llmnr.py | 60 bind_bottom_up(UDP, _llmnr_dispatcher, { "dport": 5355 }) 61 bind_bottom_up(UDP, _llmnr_dispatcher, { "sport": 5355 })
|
D | clns.py | 29 from scapy.packet import Packet, bind_top_down, bind_bottom_up 84 bind_bottom_up(LLC, _create_cln_pdu, dsap=0xfe, ssap=0xfe, ctrl=3)
|
D | tftp.py | 140 bind_bottom_up(UDP, TFTP, dport=self.my_tid) 235 bind_bottom_up(UDP, TFTP, dport=self.my_tid) 310 bind_bottom_up(UDP, TFTP, dport=self.my_tid) 386 bind_bottom_up(UDP, TFTP, dport=self.my_tid)
|
D | dhcp6.py | 31 from scapy.packet import Packet, bind_bottom_up 1193 bind_bottom_up(UDP, _dhcp6_dispatcher, { "dport": 547 } ) 1194 bind_bottom_up(UDP, _dhcp6_dispatcher, { "dport": 546 } )
|
D | dhcp.py | 298 bind_bottom_up( UDP, BOOTP, dport=67, sport=67)
|
/external/scapy/scapy/ |
D | packet.py | 1361 def bind_bottom_up(lower, upper, __fval=None, **fval): function 1380 bind_bottom_up(lower, upper, **fval)
|