Lines Matching refs:i
442 int i, j;
452 for (i = 0; i < NUM_PPP; i++) {
455 (*protp->init)(i);
771 int i=0;
788 *((u_char*)pb->payload + i++) = (protocol >> 8) & 0xFF;
790 *((u_char*)pb->payload + i) = protocol & 0xFF;
1154 int i;
1161 for (i = 0; i < 32/8; i++) {
1162 pc->outACCM[i] = (u_char)((asyncmap >> (8 * i)) & 0xFF);
1194 int i;
1203 for (i = 0; i < 32 / 8; i++) {
1205 pc->rx.inACCM[i] = (u_char)(asyncmap >> (i * 8));
1685 int i;
1690 for (i = 0; (protp = ppp_protocols[i]) != NULL; ++i) {