HomeSort by: relevance | last modified time | path
    Searched refs:hdr_type (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/tcpdump/dist/
print-geonet.c 105 u_int hdr_type; local
127 hdr_type = GET_U_1(bp + 1) >> 4;
139 switch (hdr_type) {
169 ND_PRINT("HT:%u-%u-%s ", hdr_type, hdr_subtype, hdr_type_txt);
180 switch (hdr_type) {
  /src/external/bsd/wpa/dist/src/wps/
httpread.c 65 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 = HTTPREAD_HDR_TYPE_CONNECT
    [all...]
  /src/usr.sbin/wlanctl/
wlanctl.c 178 * hdr_type: header type: IEEE80211_SYSCTL_T_NODE -> generic node,
185 dump_nodes(const char *ifname_arg, int hdr_type, struct cmdflags *cf)
227 vname[IEEE80211_SYSCTL_NODENAME_TYPE] = hdr_type;
  /src/sys/net80211/
ieee80211_netbsd.c 384 u_int cur_ifindex, ifcount, ifindex, last_ifindex, op, arg, hdr_type; local
401 hdr_type = name[IEEE80211_SYSCTL_NODENAME_TYPE];
407 hdr_type != IEEE80211_SYSCTL_T_NODE || eltsize < 1 || nelt < 0)
  /src/external/bsd/libpcap/dist/
pcap-dag.c 308 uint8_t hdr_type; local
328 hdr_type = erf[(16 + (hdr_num * 8))];
331 } while ( hdr_type & 0x80 );
  /src/usr.sbin/fstyp/
hammer_disk.h 533 * case, containing only hdr_signature, hdr_type, and hdr_size fields,
583 uint16_t hdr_type; member in struct:hammer_fifo_head

Completed in 85 milliseconds