Searched defs:overload_fields (Results 1 – 9 of 9) sorted by relevance
| /external/scapy/scapy/contrib/ |
| D | rsvp.py | 151 overload_fields = {RSVP_Object: {"Class": 0x01}} variable in RSVP_Data 160 overload_fields = {RSVP_Object: {"Class": 0x03}} variable in RSVP_HOP 170 overload_fields = {RSVP_Object: {"Class": 0x05}} variable in RSVP_Time 179 overload_fields = {RSVP_Object: {"Class": 0x0c}} variable in RSVP_SenderTSPEC 194 overload_fields = {RSVP_Object: {"Class": 0x13}} variable in RSVP_LabelReq 204 overload_fields = {RSVP_Object: {"Class": 0xCF}} variable in RSVP_SessionAttrb
|
| D | socks.py | 91 overload_fields = {SOCKS: {"vn": 0x4}} variable in SOCKS4Request 110 overload_fields = {SOCKS: {"vn": 0x0}} variable in SOCKS4Reply 127 overload_fields = {SOCKS: {"vn": 0x5}} variable in SOCKS5Request 163 overload_fields = {SOCKS: {"vn": 0x5}} variable in SOCKS5Reply
|
| D | pnio_rpc.py | 590 overload_fields = { variable in FParametersBlock 1500 overload_fields = { variable in PNIOServiceReqPDU 1531 overload_fields = { variable in PNIOServiceResPDU
|
| /external/scapy/scapy/layers/ |
| D | inet6.py | 953 overload_fields = {IPv6: {"nh": 0}} variable in IPv6ExtHdrHopByHop 966 overload_fields = {IPv6: {"nh": 60}} variable in IPv6ExtHdrDestOpt 981 overload_fields = {IPv6: {"nh": 43}} variable in IPv6ExtHdrRouting 1100 overload_fields = {IPv6: {"nh": 43}} variable in IPv6ExtHdrSegmentRouting 1149 overload_fields = {IPv6: {"nh": 44}} variable in IPv6ExtHdrFragment 1422 overload_fields = {IPv6: {"nh": 58}} variable in _ICMPv6 1575 overload_fields = {IPv6: {"dst": "ff02::1", "hlim": 1, "nh": 58}} variable in ICMPv6MLQuery 1583 overload_fields = {IPv6: {"hlim": 1, "nh": 58}} variable in ICMPv6MLReport 1600 overload_fields = {IPv6: {"dst": "ff02::2", "hlim": 1, "nh": 58}} variable in ICMPv6MLDone 1622 overload_fields = {IPv6: {"dst": "ff02::1", "hlim": 1, "nh": 58}} variable in ICMPv6MLQuery2 [all …]
|
| D | vxlan.py | 65 overload_fields = { variable in VXLAN
|
| D | llmnr.py | 52 overload_fields = {UDP: {"sport": 5355, "dport": 5355}} variable in LLMNRQuery
|
| D | dhcp6.py | 1146 overload_fields = {UDP: {"sport": 546, "dport": 547}} variable in DHCP6 1194 overload_fields = {UDP: {"sport": 546, "dport": 547}} variable in DHCP6_Solicit 1208 overload_fields = {UDP: {"sport": 547, "dport": 546}} variable in DHCP6_Advertise 1311 overload_fields = {UDP: {"sport": 547, "dport": 546}} variable in DHCP6_Reply 1363 overload_fields = {UDP: {"sport": 547, "dport": 546}} variable in DHCP6_Reconf 1402 overload_fields = {UDP: {"sport": 547, "dport": 547}} variable in DHCP6_RelayForward
|
| D | ipsec.py | 102 overload_fields = { variable in AH 144 overload_fields = { variable in ESP
|
| /external/scapy/scapy/ |
| D | packet.py | 110 overload_fields = {} # type: Dict[Type[Packet], Dict[str, Any]] variable in Packet
|