Home
last modified time | relevance | path

Searched refs:frametype (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/unbound/dnstap/
H A Ddnstap_fstrm.c175 uint32_t frametype = 0; in fstrm_describe_control() local
187 frametype = sldns_read_uint32(pkt); in fstrm_describe_control()
188 if(frametype == FSTRM_CONTROL_FRAME_ACCEPT) { in fstrm_describe_control()
190 } else if(frametype == FSTRM_CONTROL_FRAME_START) { in fstrm_describe_control()
192 } else if(frametype == FSTRM_CONTROL_FRAME_STOP) { in fstrm_describe_control()
194 } else if(frametype == FSTRM_CONTROL_FRAME_READY) { in fstrm_describe_control()
196 } else if(frametype == FSTRM_CONTROL_FRAME_FINISH) { in fstrm_describe_control()
199 (void)sldns_str_print(&str, &slen, "type%d", (int)frametype); in fstrm_describe_control()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_atheros.c1000 atheros_set_wps_ie(void *priv, const u8 *ie, size_t len, u32 frametype) in atheros_set_wps_ie() argument
1007 (unsigned long) len, frametype); in atheros_set_wps_ie()
1011 beac_ie->app_frmtype = frametype; in atheros_set_wps_ie()
1017 if (((frametype == IEEE80211_APPIE_FRAME_BEACON) || in atheros_set_wps_ie()
1018 (frametype == IEEE80211_APPIE_FRAME_PROBE_RESP)) && in atheros_set_wps_ie()