tag | line | file | source code |
---|---|---|---|
rslot_limit | 111 | drivers/net/slhc.c | comp->rslot_limit = rslots - 1; |
rslot_limit | 501 | drivers/net/slhc.c | if(x < 0 || x > comp->rslot_limit) |
rslot_limit | 658 | drivers/net/slhc.c | if(index > comp->rslot_limit) { |
rslot_limit | 143 | drivers/net/slhc.h | byte_t rslot_limit; /* highest receive slot id (0-l)*/ |