OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:i_type
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/dev/ic/
isp_tpublic.h
113
enum { I_FC, I_SPI }
i_type
;
member in struct:__anon2827
atw.c
3948
if (ireq->
i_type
== IEEE80211_IOC_FRAGTHRESHOLD) {
/src/sbin/ifconfig/
ieee80211.c
201
ireq.
i_type
= type;
620
ireq.
i_type
= IEEE80211_IOC_HIDESSID;
628
ireq.
i_type
= IEEE80211_IOC_APBRIDGE;
637
ireq.
i_type
= IEEE80211_IOC_RTSTHRESHOLD;
645
ireq.
i_type
= IEEE80211_IOC_FRAGTHRESHOLD;
800
ireq.
i_type
= IEEE80211_IOC_SCAN_RESULTS;
/src/usr.bin/rump_dhcpclient/
if-bsd.c
122
ireq.
i_type
= IEEE80211_IOC_SSID;
/src/sys/compat/netbsd32/
netbsd32_ioctl.c
471
ireq->
i_type
= ireq32->
i_type
;
1023
ireq32->
i_type
= ireq->
i_type
;
netbsd32_ioctl.h
152
uint16_t
i_type
; /* req type */
member in struct:netbsd32_ieee80211req
/src/sys/net80211/
ieee80211_ioctl.h
414
u_int16_t
i_type
; /* req type */
member in struct:ieee80211req
ieee80211_ioctl.c
1283
switch (ireq->
i_type
) {
1328
switch (ireq->
i_type
) {
1433
switch (ireq->
i_type
) {
1843
if (ireq->
i_type
== IEEE80211_IOC_ADDMAC)
1972
switch (ireq->
i_type
) {
2057
switch (ireq->
i_type
) {
Completed in 24 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026