Searched defs:dhcp_packet_field (Results 1 – 1 of 1) sorted by relevance
68 struct dhcp_packet_field { struct70 unsigned int tag;72 uint16_t offset;74 uint16_t len;98 static struct dhcp_packet_field dhcp_packet_fields[] = { argument112 static inline void * dhcp_packet_field ( struct dhcphdr *dhcphdr, in dhcp_packet_field() function