Searched refs:destination_port (Results 1 - 3 of 3) sorted by relevance

/systemd/src/libsystemd-network/
H A Ddhcp-packet.c93 uint16_t destination_port, uint16_t len) {
105 packet->udp.dest = htobe16(destination_port);
91 dhcp_packet_append_ip_headers(DHCPPacket *packet, be32_t source_addr, uint16_t source_port, be32_t destination_addr, uint16_t destination_port, uint16_t len) argument
/systemd/src/resolve/
H A Dresolved-dns-stream.c277 s->read_packet->destination_port = be16toh(s->local.in.sin_port);
283 s->read_packet->destination_port = be16toh(s->local.in6.sin6_port);
H A Dresolved-dns-packet.h88 uint16_t sender_port, destination_port; member in struct:DnsPacket

Completed in 1853 milliseconds