Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dip.h162 #define ip_current_header_proto() (ip_current_is_v6() ? \ macro
183 #define ip_current_header_proto() IPH_PROTO(ip4_current_header()) macro
200 #define ip_current_header_proto() IP6H_NEXTH(ip6_current_header()) macro
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Dip.h161 #define ip_current_header_proto() (ip_current_is_v6() ? \ macro
182 #define ip_current_header_proto() IPH_PROTO(ip4_current_header()) macro
199 #define ip_current_header_proto() IP6H_NEXTH(ip6_current_header()) macro

Completed in 4 milliseconds