Home
last modified time | relevance | path

Searched refs:bind_bottom_up (Results 1 – 6 of 6) sorted by relevance

/external/scapy/scapy/layers/
Dllmnr.py60 bind_bottom_up(UDP, _llmnr_dispatcher, { "dport": 5355 })
61 bind_bottom_up(UDP, _llmnr_dispatcher, { "sport": 5355 })
Dclns.py29 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)
Dtftp.py140 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)
Ddhcp6.py31 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 } )
Ddhcp.py298 bind_bottom_up( UDP, BOOTP, dport=67, sport=67)
/external/scapy/scapy/
Dpacket.py1361 def bind_bottom_up(lower, upper, __fval=None, **fval): function
1380 bind_bottom_up(lower, upper, **fval)