Searched refs:tcflow (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/tests/net/6lo/src/ |
D | main.c | 554 .ipv6.tcflow = 0x00, 576 .ipv6.tcflow = 0x20, 598 .ipv6.tcflow = 0x21, 620 .ipv6.tcflow = 0x20, 642 .ipv6.tcflow = 0x23, 664 .ipv6.tcflow = 0x0, 686 .ipv6.tcflow = 0x0, 703 .ipv6.tcflow = 0x0, 723 .ipv6.tcflow = 0x20, 743 .ipv6.tcflow = 0x20, [all …]
|
/Zephyr-latest/tests/net/ieee802154/6lo_fragment/src/ |
D | main.c | 307 .ipv6.tcflow = 0x00, 324 .ipv6.tcflow = 0x20, 341 .ipv6.tcflow = 0x21, 358 .ipv6.tcflow = 0x20, 375 .ipv6.tcflow = 0x23, 392 .ipv6.tcflow = 0x0, 409 .ipv6.tcflow = 0x20, 426 .ipv6.tcflow = 0x20, 444 .ipv6.tcflow = 0x20,
|
/Zephyr-latest/subsys/net/ip/ |
D | 6lo.c | 273 tcl = ((ipv6->vtc & 0x0F) << 4) | ((ipv6->tcflow & 0xF0) >> 4); in compress_tfl() 276 if (((ipv6->tcflow & 0x0F) == 0U) && (ipv6->flow == 0U)) { in compress_tfl() 277 if (((ipv6->vtc & 0x0F) == 0U) && ((ipv6->tcflow & 0xF0) == 0U)) { in compress_tfl() 292 if (((ipv6->vtc & 0x0F) == 0U) && (ipv6->tcflow & 0x30)) { in compress_tfl() 302 *inline_ptr = (tcl & 0xC0) | (ipv6->tcflow & 0x0F); in compress_tfl() 313 *inline_ptr = ipv6->tcflow & 0x0F; in compress_tfl() 852 ipv6->tcflow = ((tcl & 0x0F) << 4) | (*cursor & 0x0F); in uncompress_tfl() 862 ipv6->tcflow = ((tcl & 0x0F) << 4) | (*cursor & 0x0F); in uncompress_tfl() 877 ipv6->tcflow = (tcl & 0x0F) << 4; in uncompress_tfl() 884 ipv6->tcflow = 0U; in uncompress_tfl()
|
D | ipv6.c | 79 ipv6_hdr->tcflow = (tc << 4) & 0xF0; in net_ipv6_create() 571 uint8_t tc = ((hdr->vtc << 4) & 0xF0) | ((hdr->tcflow >> 4) & 0x0F); in net_ipv6_input()
|
/Zephyr-latest/tests/net/ipv6_fragment/src/ |
D | main.c | 1505 zassert_equal(hdr->tcflow, ipv6_udp[offsetof(struct net_ipv6_hdr, tcflow)], in udp_data_received() 2244 zassert_equal(hdr->tcflow, ipv6_reass_frag1[offsetof(struct net_ipv6_hdr, tcflow)], in handle_ipv6_echo_reply()
|
/Zephyr-latest/include/zephyr/net/ |
D | net_ip.h | 551 uint8_t tcflow; member
|
/Zephyr-latest/tests/lib/net_buf/buf/src/ |
D | main.c | 49 uint8_t tcflow; member
|