Home
last modified time | relevance | path

Searched defs:dhcp_packet_field (Results 1 – 1 of 1) sorted by relevance

/external/syslinux/gpxe/src/net/
Ddhcppkt.c68 struct dhcp_packet_field { struct
70 unsigned int tag;
72 uint16_t offset;
74 uint16_t len;
98 static struct dhcp_packet_field dhcp_packet_fields[] = { argument
112 static inline void * dhcp_packet_field ( struct dhcphdr *dhcphdr, in dhcp_packet_field() function