Searched refs:hdr (Results 1 – 2 of 2) sorted by relevance
| /net/ |
| A D | tcp.c | 546 b->ip.hdr.tcp_hlen = 0xa0; in net_set_syn_options() 605 b->ip.hdr.tcp_flags = action; in tcp_set_tcp_header() 661 b->ip.hdr.tcp_xsum = 0; in tcp_set_tcp_header() 662 b->ip.hdr.tcp_ugr = 0; in tcp_set_tcp_header() 989 tcp_flags = b->ip.hdr.tcp_flags; in tcp_rx_state_machine() 1169 &b->ip.hdr.ip_src, &b->ip.hdr.ip_dst, pkt_len); in rxhand_tcp_f() 1178 b->ip.hdr.ip_dst = net_ip; in rxhand_tcp_f() 1179 b->ip.hdr.ip_sum = 0; in rxhand_tcp_f() 1189 b->ip.hdr.tcp_xsum = 0; in rxhand_tcp_f() 1191 b->ip.hdr.ip_dst, tcp_len, in rxhand_tcp_f() [all …]
|
| /net/lwip/ |
| A D | wget.c | 43 static void wget_lwip_fill_info(struct pbuf *hdr, u16_t hdr_len, u32_t hdr_cont_len) in wget_lwip_fill_info() argument 47 pbuf_copy_partial(hdr, (void *)wget_info->headers, hdr_len, 0); in wget_lwip_fill_info() 263 static err_t httpc_headers_done_cb(httpc_state_t *connection, void *arg, struct pbuf *hdr, in httpc_headers_done_cb() argument 266 wget_lwip_fill_info(hdr, hdr_len, content_len); in httpc_headers_done_cb()
|
Completed in 12 milliseconds