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.c1345 uint16_t dl_type; in of10_match_print() local
1386 dl_type = EXTRACT_16BITS(cp); in of10_match_print()
1389 ND_PRINT((ndo, "%smatch dl_type 0x%04x", pfx, dl_type)); in of10_match_print()
1400 field_name = ! (wildcards & OFPFW_DL_TYPE) && dl_type == ETHERTYPE_ARP in of10_match_print()
1422 field_name = ! (wildcards & OFPFW_DL_TYPE) && dl_type == ETHERTYPE_IP in of10_match_print()
1431 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.c4225 static PyTypeObject dl_type = { variable
4344 dlobj = PyObject_New(DynLibObject, &dl_type); in b_load_library()
7604 if (PyType_Ready(&dl_type) < 0)