Searched refs:iphdr (Results 26 - 27 of 27) sorted by relevance

12

/barrelfish-master/lib/lwip2/src/core/ipv6/
H A Dip6.c285 * @param iphdr the IPv6 header of the input packet
289 ip6_forward(struct pbuf *p, struct ip6_hdr *iphdr, struct netif *inp) argument
316 if (IP6H_NEXTH(iphdr) != IP6_NEXTH_ICMP6) {
334 IP6H_HOPLIM_SET(iphdr, IP6H_HOPLIM(iphdr) - 1);
336 if (IP6H_HOPLIM(iphdr) == 0) {
339 if (IP6H_NEXTH(iphdr) != IP6_NEXTH_ICMP6) {
350 if (IP6H_NEXTH(iphdr) != IP6_NEXTH_ICMP6) {
/barrelfish-master/lib/lwip2/src/core/ipv4/
H A Detharp.c825 struct ip_hdr *iphdr = LWIP_ALIGNMENT_CAST(struct ip_hdr*, q->payload); local
830 if (!ip4_addr_islinklocal(&iphdr->src))

Completed in 92 milliseconds

12