Home
last modified time | relevance | path

Searched refs:parse_dhcp_options (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/core/fs/pxe/
Ddhcp_option.c58 parse_dhcp_options(data, opt_len, 208); in vendor_encaps()
166 void parse_dhcp_options(const void *option, int size, uint8_t opt_filter) in parse_dhcp_options() function
244 parse_dhcp_options(&dhcp->options, opt_len, 0); in parse_dhcp()
247 parse_dhcp_options(&dhcp->bootfile, 128, 0); in parse_dhcp()
252 parse_dhcp_options(dhcp->sname, 64, 0); in parse_dhcp()
Dbios.c410 parse_dhcp_options(bdhcp_data, bdhcp_len, 0); in net_parse_dhcp()
457 parse_dhcp_options(adhcp_data, adhcp_len, 0); in net_parse_dhcp()
Dpxe.h234 void parse_dhcp_options(const void *, int, uint8_t);
/external/syslinux/efi/
Dpxe.c119 parse_dhcp_options(embedded_dhcp_options.dhcp_data, in net_parse_dhcp()
163 parse_dhcp_options(embedded_dhcp_options.dhcp_data + in net_parse_dhcp()