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

/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/wps/
H A Dhttpread.c83 enum httpread_hdr_type hdr_type; member in struct:httpread
236 h->hdr_type = HTTPREAD_HDR_TYPE_UNKNOWN;
240 h->hdr_type = HTTPREAD_HDR_TYPE_REPLY;
254 h->hdr_type = HTTPREAD_HDR_TYPE_GET;
256 h->hdr_type = HTTPREAD_HDR_TYPE_HEAD;
258 h->hdr_type = HTTPREAD_HDR_TYPE_POST;
260 h->hdr_type = HTTPREAD_HDR_TYPE_PUT;
262 h->hdr_type = HTTPREAD_HDR_TYPE_DELETE;
264 h->hdr_type = HTTPREAD_HDR_TYPE_TRACE;
266 h->hdr_type
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/wlanctl/
H A Dwlanctl.c179 * hdr_type: header type: IEEE80211_SYSCTL_T_NODE -> generic node,
185 dump_nodes(const char *ifname_arg, int hdr_type, struct cmdflags *cf) argument
227 vname[IEEE80211_SYSCTL_NODENAME_TYPE] = hdr_type;
/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/
H A Dpcap-dag.c192 uint8_t hdr_type; local
212 hdr_type = erf[(16 + (hdr_num * 8))];
215 } while ( hdr_type & 0x80 );
/netbsd-6-1-5-RELEASE/sys/net80211/
H A Dieee80211_netbsd.c375 u_int cur_ifindex, ifcount, ifindex, last_ifindex, op, arg, hdr_type; local
392 hdr_type = name[IEEE80211_SYSCTL_NODENAME_TYPE];
398 hdr_type != IEEE80211_SYSCTL_T_NODE || eltsize < 1 || nelt < 0)

Completed in 78 milliseconds