Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dslcompress.c61 #define BCMP(p1, p2, n) bcmp((void *)(p1), (void *)(p2), (int)(n)) macro
266 BCMP(ip + 1, &cs->cs_ip + 1, (deltaS - 5) << 2)) || in sl_compress_tcp()
268 BCMP(th + 1, oth + 1, (th->th_off - 5) << 2))) in sl_compress_tcp()