OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IDX_COUNT
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/net/
if_spppvar.h
109
#define
IDX_COUNT
(IDX_CHAP + 1) /* bump this when adding cp's! */
165
struct callout_handle ch[
IDX_COUNT
]; /* per-proto and if callouts */
170
struct sppp_cp scp[
IDX_COUNT
];
if_spppsubr.c
556
static const struct cp *cps[
IDX_COUNT
] = {
1496
static const sppp_co_cb_t to_cb[
IDX_COUNT
] = {
1669
for (i = 0; i <
IDX_COUNT
; i++) {
3146
for (i = 0; i <
IDX_COUNT
; i++) {
3208
for (i = 0; i <
IDX_COUNT
; i++) {
3312
for (i = 0, mask = 1; i <
IDX_COUNT
; i++, mask <<= 1)
6253
for (i = 0; i <
IDX_COUNT
; i++)
Completed in 18 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026