Searched refs:l2 (Results 1 – 2 of 2) sorted by relevance
17 int l1, l2; in strstr() local19 l2 = strlen(s2); in strstr()20 if (!l2) in strstr()23 while (l1 >= l2) { in strstr()25 if (!memcmp(s1,s2,l2)) in strstr()
674 int l1 = 0, l2 = 0; /* XXX: gcc */ in pppoe_send_padi() local689 l2 = (int)strlen(sc->sc_concentrator_name); in pppoe_send_padi()690 len += 2 + 2 + l2; in pppoe_send_padi()720 PPPOE_ADD_16(p, l2); in pppoe_send_padi()721 MEMCPY(p, sc->sc_concentrator_name, l2); in pppoe_send_padi()722 p += l2; in pppoe_send_padi()
Completed in 6 milliseconds