Home
last modified time | relevance | path

Searched refs:l2 (Results 1 – 2 of 2) sorted by relevance

/lk-master/lib/libc/string/
A Dstrstr.c17 int l1, l2; in strstr() local
19 l2 = strlen(s2); in strstr()
20 if (!l2) in strstr()
23 while (l1 >= l2) { in strstr()
25 if (!memcmp(s1,s2,l2)) in strstr()
/lk-master/external/lib/lwip/netif/ppp/
A Dppp_oe.c674 int l1 = 0, l2 = 0; /* XXX: gcc */ in pppoe_send_padi() local
689 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