Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/unbound/dnstap/
HDdnstap_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-11-stable/contrib/wpa/src/drivers/
HDdriver_atheros.c1005 atheros_set_wps_ie(void *priv, const u8 *ie, size_t len, u32 frametype) in atheros_set_wps_ie() argument
1012 (unsigned long) len, frametype); in atheros_set_wps_ie()
1016 beac_ie->app_frmtype = frametype; in atheros_set_wps_ie()
1022 if (((frametype == IEEE80211_APPIE_FRAME_BEACON) || in atheros_set_wps_ie()
1023 (frametype == IEEE80211_APPIE_FRAME_PROBE_RESP)) && in atheros_set_wps_ie()