Home
last modified time | relevance | path

Searched refs:DHCP_OPTION_HEADER_LEN (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/gpxe/src/net/
Ddhcpopts.c90 return ( option->len + DHCP_OPTION_HEADER_LEN ); in dhcp_option_len()
163 offset += DHCP_OPTION_HEADER_LEN; in find_dhcp_option_with_encap()
270 size_t new_len = ( len ? ( len + DHCP_OPTION_HEADER_LEN ) : 0 ); in set_dhcp_option()
300 creation_offset = ( encap_offset + DHCP_OPTION_HEADER_LEN ); in set_dhcp_option()
/external/syslinux/gpxe/src/include/gpxe/
Ddhcp.h493 #define DHCP_OPTION_HEADER_LEN ( offsetof ( struct dhcp_option, data ) ) macro