OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:i_val
(Results
1 - 10
of
10
) sorted by relevancy
/src/usr.sbin/sysinst/
txtwalk.h
43
int
i_val
;
member in union:data::udata
txtwalk.c
141
printf ("%d\n", found[i].u.
i_val
);
166
= found[i].u.
i_val
;
237
found[(*numfound)++].u.
i_val
= i;
/src/sys/net80211/
ieee80211_ioctl.c
1285
ireq->
i_val
= wmep->wmep_logcwmin;
1288
ireq->
i_val
= wmep->wmep_logcwmax;
1291
ireq->
i_val
= wmep->wmep_aifsn;
1294
ireq->
i_val
= wmep->wmep_txopLimit;
1298
ireq->
i_val
= wmep->wmep_acm;
1302
ireq->
i_val
= !wmep->wmep_noackPolicy;
1345
ireq->
i_val
= 1;
1349
ireq->
i_val
= IEEE80211_WEP_OFF;
1351
ireq->
i_val
= IEEE80211_WEP_ON;
1353
ireq->
i_val
= IEEE80211_WEP_MIXED
[
all
...]
ieee80211_acl.c
279
switch (ireq->
i_val
) {
281
ireq->
i_val
= as->as_policy;
ieee80211_ioctl.h
399
* WME parameters are set and return using
i_val
and i_len.
400
*
i_val
holds the value itself. i_len specifies the AC
415
int16_t
i_val
; /* Index or simple value */
member in struct:ieee80211req
/src/sbin/ifconfig/
ieee80211.c
202
ireq.
i_val
= val;
622
if (ireq.
i_val
)
630
if (ireq.
i_val
)
640
else if (ireq.
i_val
< IEEE80211_RTS_MAX)
641
printf(" rts %d", ireq.
i_val
);
648
else if (ireq.
i_val
< IEEE80211_FRAG_MAX)
649
printf(" frag %d", ireq.
i_val
);
/src/usr.bin/rump_dhcpclient/
if-bsd.c
123
ireq.
i_val
= -1;
/src/sys/compat/netbsd32/
netbsd32_ioctl.c
472
ireq->
i_val
= ireq32->
i_val
;
1024
ireq32->
i_val
= ireq->
i_val
;
netbsd32_ioctl.h
153
int16_t
i_val
; /* Index or simple value */
member in struct:netbsd32_ieee80211req
/src/sys/dev/ic/
atw.c
3954
if (!(IEEE80211_FRAG_MIN <= ireq->
i_val
&&
3955
ireq->
i_val
<= IEEE80211_FRAG_MAX))
3958
sc->sc_ic.ic_fragthreshold = ireq->
i_val
;
Completed in 21 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025