Searched refs:current_ip6_header (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/include/lwip2/lwip/
H A Dip.h117 struct ip6_hdr *current_ip6_header; member in struct:ip_globals
153 #define ip6_current_header() ((const struct ip6_hdr*)(ip_data.current_ip6_header))
195 #define ip6_current_header() ((const struct ip6_hdr*)(ip_data.current_ip6_header))
/barrelfish-master/lib/lwip2/src/core/ipv6/
H A Dip6_frag.c344 ipr->iphdr = ip_data.current_ip6_header;
485 ipr->iphdr = ip_data.current_ip6_header;
H A Dip6.c461 ip_data.current_ip6_header = ip6hdr;
783 ip_data.current_ip6_header = NULL;

Completed in 37 milliseconds