Home
last modified time | relevance | path

Searched refs:net_ipv6_is_nexthdr_upper_layer (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/net/ip/
Dipv6.h143 static inline bool net_ipv6_is_nexthdr_upper_layer(uint8_t nexthdr) in net_ipv6_is_nexthdr_upper_layer() function
Dipv6.c670 while (!net_ipv6_is_nexthdr_upper_layer(current_hdr)) { in net_ipv6_input()
720 if (net_ipv6_is_nexthdr_upper_layer(nexthdr)) { in net_ipv6_input()
Dipv6_fragment.c76 while (!net_ipv6_is_nexthdr_upper_layer(nexthdr)) { in net_ipv6_find_last_ext_hdr()