Searched refs:hdr_type (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/tcpdump/
H A Dprint-geonet.c113 int hdr_type; local
133 hdr_type = bp[1] >> 4;
145 switch (hdr_type) {
175 ND_PRINT((ndo, "HT:%d-%d-%s ", hdr_type, hdr_subtype, hdr_type_txt));
186 switch (hdr_type) {
/freebsd-11-stable/contrib/wpa/src/wps/
H A Dhttpread.c65 enum httpread_hdr_type hdr_type; member in struct:httpread
205 h->hdr_type = HTTPREAD_HDR_TYPE_UNKNOWN;
209 h->hdr_type = HTTPREAD_HDR_TYPE_REPLY;
223 h->hdr_type = HTTPREAD_HDR_TYPE_GET;
225 h->hdr_type = HTTPREAD_HDR_TYPE_HEAD;
227 h->hdr_type = HTTPREAD_HDR_TYPE_POST;
229 h->hdr_type = HTTPREAD_HDR_TYPE_PUT;
231 h->hdr_type = HTTPREAD_HDR_TYPE_DELETE;
233 h->hdr_type = HTTPREAD_HDR_TYPE_TRACE;
235 h->hdr_type
[all...]
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_reset.c80 if (bridge->hdr_type == PCI_HEADER_TYPE_BRIDGE &&
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-dag.c307 uint8_t hdr_type; local
327 hdr_type = erf[(16 + (hdr_num * 8))];
330 } while ( hdr_type & 0x80 );
/freebsd-11-stable/sys/dev/sfxge/common/
H A Defx_ev.c742 uint32_t hdr_type; local
761 hdr_type = EFX_QWORD_FIELD(*eqp, FSF_AZ_RX_EV_HDR_TYPE);
769 switch (hdr_type) {

Completed in 74 milliseconds