Searched refs:ip_hdr_offset (Results 1 – 1 of 1) sorted by relevance
82 s16_t ip_hdr_offset = SIZEOF_ETH_HDR; local128 ip_hdr_offset = SIZEOF_ETH_HDR + SIZEOF_VLAN_HDR;168 if ((p->len < ip_hdr_offset) || pbuf_header(p, (s16_t)-ip_hdr_offset)) {171 p->tot_len, ip_hdr_offset));185 if ((p->len < ip_hdr_offset) || pbuf_header(p, (s16_t)-ip_hdr_offset)) {188 p->tot_len, ip_hdr_offset));212 if ((p->len < ip_hdr_offset) || pbuf_header(p, (s16_t)-ip_hdr_offset)) {215 p->tot_len, ip_hdr_offset));
Completed in 2 milliseconds