Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Dpbuf.h255 u16_t pbuf_memcmp(const struct pbuf* p, u16_t offset, const void* s2, u16_t n);
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dpbuf.h287 u16_t pbuf_memcmp(const struct pbuf* p, u16_t offset, const void* s2, u16_t n);
/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Dpbuf.c1455 pbuf_memcmp(const struct pbuf* p, u16_t offset, const void* s2, u16_t n) in pbuf_memcmp() function
1503 u16_t plus = pbuf_memcmp(p, i, mem, mem_len); in pbuf_memfind()
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/mdns/
A Dmdns.c1603 pbuf_memcmp(pkt->pbuf, ans.rd_offset, netif_ip4_addr(pkt->netif), ans.rd_length) == 0) { in mdns_handle_question()
1612pbuf_memcmp(pkt->pbuf, ans.rd_offset, netif_ip6_addr(pkt->netif, 0), ans.rd_length) == 0) { in mdns_handle_question()
1688 pbuf_memcmp(pkt->pbuf, ans.rd_offset, service->txtdata.name, ans.rd_length) == 0) { in mdns_handle_question()

Completed in 13 milliseconds