Searched refs:payload (Results 26 – 31 of 31) sorted by relevance
12
| /lib/liblwip/src/core/ |
| D | dhcp.c | 1354 dhcp->msg_in = (struct dhcp_msg *)p->payload; in dhcp_parse_reply() 1378 options = (u8_t*)q->payload; in dhcp_parse_reply() 1390 len = (q->next != NULL ? ((u8_t*)q->next->payload)[0] : 0); in dhcp_parse_reply() 1482 options = (u8_t*)q->payload; in dhcp_parse_reply() 1541 struct dhcp_msg *reply_msg = (struct dhcp_msg *)p->payload; in dhcp_recv() 1685 dhcp->msg_out = (struct dhcp_msg *)dhcp->p_out->payload; in dhcp_create_msg()
|
| D | dns.c | 581 hdr = (struct dns_hdr*)p->payload; in dns_send() 610 pbuf_realloc(p, (u16_t)((query + SIZEOF_DNS_QUERY) - ((char*)(p->payload)))); in dns_send()
|
| D | tcp_in.c | 108 iphdr = (struct ip_hdr *)p->payload; in tcp_input() 109 tcphdr = (struct tcp_hdr *)((u8_t *)p->payload + IPH_HL(iphdr) * 4); in tcp_input()
|
| /lib/liblwip/test/unit/etharp/ |
| D | test_etharp.c | 84 ethhdr = (struct eth_hdr*)p->payload; in create_arp_response()
|
| /lib/liblwip/src/api/ |
| D | sockets.c | 838 chksum = LWIP_CHKSUM_COPY(p->payload, data, short_size); 841 MEMCPY(p->payload, data, size); 845 p->payload = (void*)data; 923 u16_t chksum = LWIP_CHKSUM_COPY(buf.p->payload, data, short_size);
|
| /lib/liblwip/ |
| D | CHANGELOG | 1615 copy dns payload to parse the response), return an error if there is no place 2095 returned the IP payload, without the IP header). 2244 kind of packets. These packets are considered like Ethernet packets (payload 2246 are considered like IP packets (payload pointing to iphdr). 2349 * udp.c: Fixed bug #20253: icmp_dest_unreach was called with a wrong p->payload 2386 registered, p->payload was modified without modifying p->len if sending 2685 * pbuf.c: Fix BUG#17645 - ensure pbuf payload pointer is not moved
|
12