Searched refs:current_ip4_header (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/include/lwip2/lwip/
H A Dip.h113 struct ip_hdr *current_ip4_header; member in struct:ip_globals
149 #define ip4_current_header() ((const struct ip_hdr*)(ip_data.current_ip4_header))
178 #define ip4_current_header() ((const struct ip_hdr*)(ip_data.current_ip4_header))
/barrelfish-master/lib/lwip2/src/core/ipv4/
H A Dip4.c661 ip_data.current_ip4_header = iphdr;
721 ip_data.current_ip4_header = NULL;

Completed in 31 milliseconds