Searched refs:net_pkt_set_ip_dscp (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/subsys/net/ip/ |
D | icmp.c | 158 net_pkt_set_ip_dscp(pkt, net_ipv4_get_dscp(params->tc_tos)); in send_icmpv4_echo_request() 282 net_pkt_set_ip_dscp(pkt, net_ipv6_get_dscp(params->tc_tos)); in send_icmpv6_echo_request()
|
D | icmpv6.c | 151 net_pkt_set_ip_dscp(reply, net_pkt_ip_dscp(pkt)); in icmpv6_handle_echo_request()
|
D | ipv4.c | 278 net_pkt_set_ip_dscp(pkt, net_ipv4_get_dscp(hdr->tos)); in net_ipv4_input()
|
D | icmpv4.c | 470 net_pkt_set_ip_dscp(reply, net_pkt_ip_dscp(pkt)); in icmpv4_handle_echo_request()
|
D | ipv6.c | 570 net_pkt_set_ip_dscp(pkt, net_ipv6_get_dscp(tc)); in net_ipv6_input()
|
D | net_context.c | 1253 net_pkt_set_ip_dscp(pkt, net_ipv4_get_dscp(context->options.dscp_ecn)); in net_context_create_ipv4_new() 1302 net_pkt_set_ip_dscp(pkt, net_ipv6_get_dscp(context->options.dscp_ecn)); in net_context_create_ipv6_new()
|
D | net_pkt.c | 2062 net_pkt_set_ip_dscp(clone_pkt, net_pkt_ip_dscp(pkt));
|
/Zephyr-latest/include/zephyr/net/ |
D | net_pkt.h | 551 static inline void net_pkt_set_ip_dscp(struct net_pkt *pkt, uint8_t dscp) in net_pkt_set_ip_dscp() function
|