Searched refs:htype (Results 1 - 7 of 7) sorted by relevance
/systemd/src/libsystemd-network/ | ||
H A D | dhcp-identifier.h | 38 uint16_t htype; member in struct:duid::__anon166::__anon167 49 int16_t htype; member in struct:duid::__anon166::__anon169 |
H A D | dhcp-protocol.h | 31 uint8_t htype; member in struct:DHCPMessage |
H A D | test-dhcp-server.c | 112 .message.htype = ARPHRD_ETHER, 152 test.message.htype = 0; 154 test.message.htype = ARPHRD_ETHER; |
H A D | dhcp-packet.c | 41 message->htype = arp_type; |
H A D | dhcp-network.c | 61 BPF_STMT(BPF_LD + BPF_B + BPF_ABS, offsetof(DHCPPacket, dhcp.htype)), /* A <- DHCP header type */ |
H A D | sd-dhcp-server.c | 708 message->htype != ARPHRD_ETHER || |
H A D | sd-dhcp-client.c | 1569 if (message->htype != client->arp_type) { |
Completed in 1839 milliseconds