OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fc0
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pcmcia/
if_ray.c
1286
uint8_t
fc0
;
local in function:ray_recv
1425
fc0
= frame->i_fc[0]
1427
if ((
fc0
& IEEE80211_FC0_VERSION_MASK) != IEEE80211_FC0_VERSION_0) {
1429
device_xname(sc->sc_dev),
fc0
));
1433
if ((
fc0
& IEEE80211_FC0_TYPE_MASK) == IEEE80211_FC0_TYPE_MGT) {
1455
} else if ((
fc0
& IEEE80211_FC0_TYPE_MASK) != IEEE80211_FC0_TYPE_DATA) {
1456
RAY_DPRINTF(("%s: pkt not type data
fc0
0x%x\n",
1457
device_xname(sc->sc_dev),
fc0
));
if_ray.c
1286
uint8_t
fc0
;
local in function:ray_recv
1425
fc0
= frame->i_fc[0]
1427
if ((
fc0
& IEEE80211_FC0_VERSION_MASK) != IEEE80211_FC0_VERSION_0) {
1429
device_xname(sc->sc_dev),
fc0
));
1433
if ((
fc0
& IEEE80211_FC0_TYPE_MASK) == IEEE80211_FC0_TYPE_MGT) {
1455
} else if ((
fc0
& IEEE80211_FC0_TYPE_MASK) != IEEE80211_FC0_TYPE_DATA) {
1456
RAY_DPRINTF(("%s: pkt not type data
fc0
0x%x\n",
1457
device_xname(sc->sc_dev),
fc0
));
Completed in 26 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025