Searched refs:htype (Results 1 - 7 of 7) sorted by relevance

/systemd/src/libsystemd-network/
H A Ddhcp-identifier.h38 uint16_t htype; member in struct:duid::__anon166::__anon167
49 int16_t htype; member in struct:duid::__anon166::__anon169
H A Ddhcp-protocol.h31 uint8_t htype; member in struct:DHCPMessage
H A Dtest-dhcp-server.c112 .message.htype = ARPHRD_ETHER,
152 test.message.htype = 0;
154 test.message.htype = ARPHRD_ETHER;
H A Ddhcp-packet.c41 message->htype = arp_type;
H A Ddhcp-network.c61 BPF_STMT(BPF_LD + BPF_B + BPF_ABS, offsetof(DHCPPacket, dhcp.htype)), /* A <- DHCP header type */
H A Dsd-dhcp-server.c708 message->htype != ARPHRD_ETHER ||
H A Dsd-dhcp-client.c1569 if (message->htype != client->arp_type) {

Completed in 1839 milliseconds