Home
last modified time | relevance | path

Searched refs:NET_ICMPV6_RS (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/net/ip/
Dicmpv6.h151 #define NET_ICMPV6_RS 133 /* Router Solicitation */ macro
Dicmpv6.c45 case NET_ICMPV6_RS: in net_icmpv6_type2str()
Dipv6_nbr.c2135 net_icmpv6_create(pkt, NET_ICMPV6_RS, 0) || in net_ipv6_send_rs()
/Zephyr-latest/tests/net/ipv6/src/
Dmain.c341 if (icmp->type == NET_ICMPV6_RS) { in tester_send()