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

/systemd/src/resolve/
H A Dresolved-dns-packet.h56 #define UDP_PACKET_HEADER_SIZE (sizeof(struct iphdr) + sizeof(struct udphdr)) macro
H A Dresolved-dns-packet.c37 if (mtu <= UDP_PACKET_HEADER_SIZE)
40 a = mtu - UDP_PACKET_HEADER_SIZE;
H A Dresolved-dns-scope.c204 if (p->size + UDP_PACKET_HEADER_SIZE > mtu)

Completed in 1326 milliseconds