Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/include/lwip/
H A 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