OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:iframe
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pcmcia/
if_ray.c
1053
struct ieee80211_frame *
iframe
;
local in function:ray_intr_start
1163
iframe
= mtod(m0, struct ieee80211_frame *);
1164
eh = (struct ether_header *)((uint8_t *)
iframe
+ tmplen);
1165
iframe
->i_fc[0] =
1168
iframe
->i_fc[1] = IEEE80211_FC1_DIR_NODS;
1169
memcpy(
iframe
->i_addr1, eh->ether_dhost,ETHER_ADDR_LEN);
1170
memcpy(
iframe
->i_addr2, eh->ether_shost,ETHER_ADDR_LEN);
1171
memcpy(
iframe
->i_addr3, sc->sc_bssid, ETHER_ADDR_LEN);
1173
iframe
->i_fc[1] = IEEE80211_FC1_DIR_TODS;
1174
memcpy(
iframe
->i_addr1, sc->sc_bssid, ETHER_ADDR_LEN)
[
all
...]
if_ray.c
1053
struct ieee80211_frame *
iframe
;
local in function:ray_intr_start
1163
iframe
= mtod(m0, struct ieee80211_frame *);
1164
eh = (struct ether_header *)((uint8_t *)
iframe
+ tmplen);
1165
iframe
->i_fc[0] =
1168
iframe
->i_fc[1] = IEEE80211_FC1_DIR_NODS;
1169
memcpy(
iframe
->i_addr1, eh->ether_dhost,ETHER_ADDR_LEN);
1170
memcpy(
iframe
->i_addr2, eh->ether_shost,ETHER_ADDR_LEN);
1171
memcpy(
iframe
->i_addr3, sc->sc_bssid, ETHER_ADDR_LEN);
1173
iframe
->i_fc[1] = IEEE80211_FC1_DIR_TODS;
1174
memcpy(
iframe
->i_addr1, sc->sc_bssid, ETHER_ADDR_LEN)
[
all
...]
Completed in 27 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025