Home
last modified time | relevance | path

Searched refs:BCMP (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/netif/ppp/
Dvj.c292 || (deltaS > 5 && BCMP(ip + 1, &cs->cs_ip + 1, (deltaS - 5) << 2)) in vj_compress_tcp()
293 || (TCPH_HDRLEN(th) > 5 && BCMP(th + 1, oth + 1, (TCPH_HDRLEN(th) - 5) << 2))) { in vj_compress_tcp()
Deap.c752 BCMP(ts->n.data, wkmodulus, sizeof (wkmodulus)) != 0) { in eap_send_request()
1882 if (BCMP(hash, inp, MD5_SIGNATURE_SIZE) != 0) { in eap_response()
1982 if (BCMP(dig, inp, SHA_DIGESTSIZE) != 0) { in eap_response()
/third_party/lwip/src/include/netif/ppp/
Dppp_impl.h540 #define BCMP(s1, s2, l) memcmp(s1, s2, l) macro