Searched refs:pbuf_memcmp (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/include/lwip2/lwip/
H A Dpbuf.h255 u16_t pbuf_memcmp(const struct pbuf* p, u16_t offset, const void* s2, u16_t n);
/barrelfish-master/lib/lwip2/src/barrelfish/
H A Dpbuf_barrelfish.c831 pbuf_memcmp(const struct pbuf* p, u16_t offset, const void* s2, u16_t n) function
879 u16_t plus = pbuf_memcmp(p, i, mem, mem_len);
/barrelfish-master/lib/lwip2/src/core/
H A Dpbuf.c1362 pbuf_memcmp(const struct pbuf* p, u16_t offset, const void* s2, u16_t n) function
1410 u16_t plus = pbuf_memcmp(p, i, mem, mem_len);
/barrelfish-master/lib/lwip2/src/apps/lwiperf/
H A Dlwiperf.c460 if (pbuf_memcmp(p, 0, &conn->settings, sizeof(lwiperf_settings_t)) != 0) {

Completed in 51 milliseconds