Searched refs:BCMP (Results 1 – 8 of 8) sorted by relevance
| /components/net/lwip/lwip-1.4.1/src/netif/ppp/ |
| A D | ppp_impl.h | 212 #define BCMP(s0, s1, l) memcmp((u_char *)(s0), (u_char *)(s1), (l)) macro
|
| A D | vj.c | 262 || (deltaS > 5 && BCMP(ip + 1, &cs->cs_ip + 1, (deltaS - 5) << 2)) in vj_compress_tcp() 263 || (TCPH_HDRLEN(th) > 5 && BCMP(th + 1, oth + 1, (TCPH_HDRLEN(th) - 5) << 2))) { in vj_compress_tcp()
|
| /components/net/lwip/lwip-2.1.2/src/netif/ppp/ |
| A D | vj.c | 292 || (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()
|
| A D | eap.c | 752 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()
|
| /components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
| A D | vj.c | 297 || (deltaS > 5 && BCMP(ip + 1, &cs->cs_ip + 1, (deltaS - 5) << 2)) in vj_compress_tcp() 298 || (TCPH_HDRLEN(th) > 5 && BCMP(th + 1, oth + 1, (TCPH_HDRLEN(th) - 5) << 2))) { in vj_compress_tcp()
|
| A D | eap.c | 752 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()
|
| /components/net/lwip/lwip-2.1.2/src/include/netif/ppp/ |
| A D | ppp_impl.h | 540 #define BCMP(s1, s2, l) memcmp(s1, s2, l) macro
|
| /components/net/lwip/lwip-2.0.3/src/include/netif/ppp/ |
| A D | ppp_impl.h | 539 #define BCMP(s1, s2, l) memcmp(s1, s2, l) macro
|
Completed in 23 milliseconds