Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd-network/
Ddhcp-packet.c100 uint16_t source_port, be32_t destination_addr, in dhcp_packet_append_ip_headers() argument
113 packet->ip.daddr = destination_addr; in dhcp_packet_append_ip_headers()
Ddhcp-internal.h62 uint16_t source, be32_t destination_addr,
/systemd-251/src/network/
Dnetworkd-bridge-fdb.c151 if (in_addr_is_set(fdb->family, &fdb->destination_addr)) { in bridge_fdb_configure_message()
152 … r = netlink_message_append_in_addr_union(req, NDA_DST, fdb->family, &fdb->destination_addr); in bridge_fdb_configure_message()
371 r = in_addr_from_string_auto(rvalue, &fdb->family, &fdb->destination_addr); in config_parse_fdb_destination()
Dnetworkd-bridge-fdb.h37 union in_addr_union destination_addr; member