Searched refs:BOOTREQUEST (Results 1 - 6 of 6) sorted by relevance

/systemd/src/libsystemd-network/
H A Ddhcp-protocol.h85 BOOTREQUEST = 1, enumerator in enum:__anon173
H A Ddhcp-packet.c37 assert(op == BOOTREQUEST || op == BOOTREPLY);
H A Dtest-dhcp-option.c88 assert_se(dhcp_message_init(message, BOOTREQUEST, 0x12345678,
92 assert_se(message->op == BOOTREQUEST);
H A Dtest-dhcp-server.c111 .message.op = BOOTREQUEST,
149 test.message.op = BOOTREQUEST;
H A Dsd-dhcp-server.c707 if (message->op != BOOTREQUEST ||
H A Dsd-dhcp-client.c432 r = dhcp_message_init(&packet->dhcp, BOOTREQUEST, client->xid, type,

Completed in 389 milliseconds