Home
last modified time | relevance | path

Searched refs:ip_current_header_proto (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/include/lwip/
Dip.h163 #define ip_current_header_proto() (ip_current_is_v6() ? \ macro
184 #define ip_current_header_proto() IPH_PROTO(ip4_current_header()) macro
201 #define ip_current_header_proto() IP6H_NEXTH(ip6_current_header()) macro
/third_party/lwip/src/core/
Dudp.c334 if (ip_current_header_proto() == IP_PROTO_UDPLITE) { in udp_input()