Home
last modified time | relevance | path

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

/third_party/lwip/src/apps/http/
Dhttp_client.c215 if ((pbuf_memcmp(p, 0, "HTTP/", 5) == 0) && (pbuf_get_at(p, 6) == '.')) { in http_parse_response_status()
219 u16_t version = pbuf_get_at(p, 5) - '0'; in http_parse_response_status()
221 version |= pbuf_get_at(p, 7) - '0'; in http_parse_response_status()
/third_party/lwip/src/apps/sntp/
Dsntp.c461 mode = pbuf_get_at(p, SNTP_OFFSET_LI_VN_MODE) & SNTP_MODE_MASK; in sntp_recv()
465 stratum = pbuf_get_at(p, SNTP_OFFSET_STRATUM); in sntp_recv()
/third_party/lwip/src/include/lwip/
Dpbuf.h315 u8_t pbuf_get_at(const struct pbuf* p, u16_t offset);
/third_party/lwip/test/unit/core/
Dtest_pbuf.c251 getdata = pbuf_get_at(p, p->len); in START_TEST()
/third_party/lwip/src/core/
Dpbuf.c1405 pbuf_get_at(const struct pbuf *p, u16_t offset) in pbuf_get_at() function
1488 u8_t a = pbuf_get_at(q, (u16_t)(start + i)); in pbuf_memcmp()
/third_party/lwip/src/apps/mdns/
Dmdns.c365 c = pbuf_get_at(p, offset); in mdns_readname_loop()
375 jumpaddr = (((c & 0x3f) << 8) | (pbuf_get_at(p, offset) & 0xff)); in mdns_readname_loop()
/third_party/lwip/src/apps/mqtt/
Dmqtt.c859 b = pbuf_get_at(p, in_offset++); in mqtt_parse_incoming()
/third_party/lwip/src/apps/smtp/
Dsmtp.c1012 sp = pbuf_get_at(s->p, (u16_t)(offset + 3)); in smtp_is_response_finished()
/third_party/lwip/src/core/ipv6/
Dnd6.c659 option_type = pbuf_get_at(p, offset); in nd6_input()