Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/ip/
Dicmpv6.h120 struct net_icmpv6_ptb { struct
Dipv6_nbr.c2777 NET_PKT_DATA_ACCESS_CONTIGUOUS_DEFINE(ptb_access, struct net_icmpv6_ptb); in handle_ptb_input()
2780 struct net_icmpv6_ptb *ptb_hdr; in handle_ptb_input()
2790 ptb_hdr = (struct net_icmpv6_ptb *)net_pkt_get_data(pkt, &ptb_access); in handle_ptb_input()
2802 sizeof(struct net_icmpv6_ptb))) { in handle_ptb_input()
2806 sizeof(struct net_icmpv6_ptb)); in handle_ptb_input()
/Zephyr-latest/tests/net/pmtu/src/
Dmain.c508 struct net_icmpv6_ptb ptb_hdr; in create_icmpv6_ptb()
516 sizeof(struct net_icmpv6_ptb), in create_icmpv6_ptb()