Searched refs:IPH_PROTO (Results 1 – 5 of 5) sorted by relevance
325 if (IPH_PROTO(iphdr) != IP_PROTO_ICMP) { in ip4_forward()343 switch (IPH_PROTO(iphdr)) { in ip4_forward()615 if (IPH_PROTO(iphdr) == IP_PROTO_UDP) {698 if ((iphdr_hlen > IP_HLEN) && (IPH_PROTO(iphdr) != IP_PROTO_IGMP)) {730 switch (IPH_PROTO(iphdr)) {773 … | LWIP_DBG_LEVEL_SERIOUS, ("Unsupported transport protocol %"U16_F"\n", (u16_t)IPH_PROTO(iphdr)));1148 (u16_t)IPH_PROTO(iphdr),
178 if (IPH_PROTO(ip) != IP_PROTO_TCP) { in vj_compress_tcp()467 if (IPH_PROTO(ip) >= MAX_SLOTS in vj_uncompress_uncomp()473 IPH_PROTO(ip), hlen, nb->len)); in vj_uncompress_uncomp()477 cs = &comp->rstate[comp->last_recv = IPH_PROTO(ip)]; in vj_uncompress_uncomp()
176 IPH_PROTO(ip4_current_header()))195 #define ip_current_header_proto() IPH_PROTO(ip4_current_header())
113 #define IPH_PROTO(hdr) ((hdr)->_proto) macro
158 proto = IPH_PROTO((struct ip_hdr *)p->payload); in raw_input()
Completed in 76 milliseconds