Home
last modified time | relevance | path

Searched refs:dl_type (Results 1 – 5 of 5) sorted by relevance

/external/tcpdump/tests/
Dof10_s4810-vvvv.out151 match dl_type 0x0800
155 match dl_type 0x0800
161 match dl_type 0x0800
168 match dl_type 0x0800
174 match dl_type 0x0800
186 match dl_type 0x0800
191 match dl_type 0x0800
199 match dl_type 0x0800
207 match dl_type 0x0800
215 match dl_type 0x0800
[all …]
Dof10_p3295-vv.out473 match dl_type 0x8100
477 match dl_type 0x0800
483 match dl_type 0x0800
490 match dl_type 0x0800
496 match dl_type 0x0800
508 match dl_type 0x0800
518 match dl_type 0x8100
533 match dl_type 0x0800
643 match dl_type 0x0800
652 match dl_type 0x8100
[all …]
/external/tcpdump/
Dprint-openflow-1.0.c1202 uint16_t dl_type; in of10_match_print() local
1236 dl_type = GET_BE_U_2(cp); in of10_match_print()
1239 ND_PRINT("%smatch dl_type 0x%04x", pfx, dl_type); in of10_match_print()
1248 field_name = ! (wildcards & OFPFW_DL_TYPE) && dl_type == ETHERTYPE_ARP in of10_match_print()
1266 field_name = ! (wildcards & OFPFW_DL_TYPE) && dl_type == ETHERTYPE_IP in of10_match_print()
1275 field_name = ! (wildcards & OFPFW_DL_TYPE) && dl_type == ETHERTYPE_IP in of10_match_print()
/external/scapy/scapy/contrib/
Dopenflow.py173 if self.dl_type is None: l+="1"
192 if self.dl_type is None:
/external/python/cffi/c/
D_cffi_backend.c4408 static PyTypeObject dl_type = { variable
4573 dlobj = PyObject_New(DynLibObject, &dl_type); in b_load_library()
7967 &dl_type, in PyInit__cffi_backend()