/systemd-251/src/libsystemd/sd-netlink/ |
D | netlink-message-rtnl.c | 187 int sd_rtnl_message_route_get_tos(sd_netlink_message *m, uint8_t *tos) { in sd_rtnl_message_route_get_tos() argument 193 assert_return(tos, -EINVAL); in sd_rtnl_message_route_get_tos() 197 *tos = rtm->rtm_tos; in sd_rtnl_message_route_get_tos() 880 int sd_rtnl_message_routing_policy_rule_set_tos(sd_netlink_message *m, uint8_t tos) { in sd_rtnl_message_routing_policy_rule_set_tos() argument 889 frh->tos = tos; in sd_rtnl_message_routing_policy_rule_set_tos() 894 int sd_rtnl_message_routing_policy_rule_get_tos(sd_netlink_message *m, uint8_t *tos) { in sd_rtnl_message_routing_policy_rule_get_tos() argument 903 *tos = frh->tos; in sd_rtnl_message_routing_policy_rule_get_tos()
|
/systemd-251/src/libsystemd-network/ |
D | dhcp-packet.c | 107 packet->ip.tos = ip_service_type; in dhcp_packet_append_ip_headers() 109 packet->ip.tos = IPTOS_CLASS_CS6; in dhcp_packet_append_ip_headers()
|
/systemd-251/src/network/ |
D | networkd-routing-policy-rule.c | 172 siphash24_compress(&rule->tos, sizeof(rule->tos), state); in routing_policy_rule_hash_func() 227 r = CMP(a->tos, b->tos); in routing_policy_rule_compare_func() 473 if (rule->tos > 0) { in routing_policy_rule_set_netlink_message() 474 r = sd_rtnl_message_routing_policy_rule_set_tos(m, rule->tos); in routing_policy_rule_set_netlink_message() 980 r = sd_rtnl_message_routing_policy_rule_get_tos(message, &tmp->tos); in manager_rtnl_process_rule() 1170 r = safe_atou8(rvalue, &n->tos); in config_parse_routing_policy_rule_tos()
|
D | networkd-routing-policy-rule.h | 26 uint8_t tos; member
|
D | networkd-route.h | 46 unsigned char tos; member
|
D | networkd-dhcp4.c | 1691 int *tos = data; in config_parse_dhcp_ip_service_type() local 1699 *tos = -1; /* use sd_dhcp_client's default (currently, CS6). */ in config_parse_dhcp_ip_service_type() 1701 *tos = 0; in config_parse_dhcp_ip_service_type() 1703 *tos = IPTOS_CLASS_CS4; in config_parse_dhcp_ip_service_type() 1705 *tos = IPTOS_CLASS_CS6; in config_parse_dhcp_ip_service_type()
|
D | networkctl.c | 260 uint8_t tos; member 309 uint8_t tos; member 440 (void) sd_netlink_message_read_u8(m, IFLA_VXLAN_TOS, &info->vxlan_info.tos); in decode_netdev() 458 (void) sd_netlink_message_read_u8(m, IFLA_GENEVE_TOS, &info->tos); in decode_netdev() 1913 if (info->vxlan_info.tos > 1) { in link_status_one() 1917 TABLE_UINT8, info->vxlan_info.tos); in link_status_one() 2009 if (info->tos > 0) { in link_status_one() 2013 TABLE_UINT8, info->tos); in link_status_one()
|
D | networkd-route.c | 135 siphash24_compress(&route->tos, sizeof(route->tos), state); in route_hash_func() 199 r = CMP(a->tos, b->tos); in route_compare_func() 1768 r = sd_rtnl_message_route_get_tos(message, &tmp->tos); in manager_rtnl_process_route()
|
D | networkd-json.c | 393 JSON_BUILD_PAIR_UNSIGNED("TOS", rule->tos), in routing_policy_rule_build_json()
|
/systemd-251/src/systemd/ |
D | sd-netlink.h | 167 int sd_rtnl_message_route_get_tos(sd_netlink_message *m, unsigned char *tos); 192 int sd_rtnl_message_routing_policy_rule_set_tos(sd_netlink_message *m, uint8_t tos); 193 int sd_rtnl_message_routing_policy_rule_get_tos(sd_netlink_message *m, uint8_t *tos);
|
/systemd-251/src/network/netdev/ |
D | geneve.h | 28 uint8_t tos; member
|
D | vxlan.h | 39 unsigned tos; member
|
D | tunnel.h | 38 unsigned tos; member
|
D | vxlan.c | 100 if (v->tos != 0) { in netdev_vxlan_fill_message_create() 101 r = sd_netlink_message_append_u8(m, IFLA_VXLAN_TOS, v->tos); in netdev_vxlan_fill_message_create()
|
D | netdev-gperf.gperf | 74 … config_parse_unsigned, 0, offsetof(Tunnel, tos) 124 … config_parse_unsigned, 0, offsetof(VxLan, tos) 151 … config_parse_uint8, 0, offsetof(Geneve, tos)
|
D | geneve.c | 64 r = sd_netlink_message_append_u8(m, IFLA_GENEVE_TOS, v->tos); in netdev_geneve_fill_message_create()
|
D | tunnel.c | 359 r = sd_netlink_message_append_u8(m, IFLA_GRE_TOS, t->tos); in netdev_gre_erspan_fill_message_create()
|
/systemd-251/src/basic/linux/ |
D | fib_rules.h | 23 __u8 tos; member
|
/systemd-251/src/shared/linux/ |
D | ethtool.h | 898 __u8 tos; member 914 __u8 tos; member 932 __u8 tos; member
|
D | bpf.h | 6146 __u8 tos; /* AF_INET */ member
|
/systemd-251/po/ |
D | lt.po | 346 "išreikštos užklausos."
|