Searched refs:parse_dhcp_options (Results 1 – 4 of 4) sorted by relevance
/external/syslinux/core/fs/pxe/ |
D | dhcp_option.c | 58 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()
|
D | bios.c | 410 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()
|
D | pxe.h | 234 void parse_dhcp_options(const void *, int, uint8_t);
|
/external/syslinux/efi/ |
D | pxe.c | 119 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()
|