Searched refs:IP6H_PLEN_SET (Results 1 - 4 of 4) sorted by relevance

/barrelfish-2018-10-04/include/lwip2/lwip/prot/
H A Dip6.h161 #define IP6H_PLEN_SET(hdr, plen) (hdr)->_plen = lwip_htons(plen) macro
/barrelfish-2018-10-04/lib/lwip2/src/core/ipv6/
H A Dip6_frag.c783 IP6H_PLEN_SET(ip6hdr, cop + IP6_FRAG_HLEN);
H A Dip6.c870 IP6H_PLEN_SET(ip6hdr, p->tot_len - IP6_HLEN);
/barrelfish-2018-10-04/lib/lwip2/src/netif/
H A Dlowpan6.c961 IP6H_PLEN_SET(ip6hdr, q->tot_len - IP6_HLEN);

Completed in 101 milliseconds