Searched refs:dhcpopt_fetch (Results 1 – 4 of 4) sorted by relevance
/external/syslinux/gpxe/src/include/gpxe/ |
D | dhcpopts.h | 29 extern int dhcpopt_fetch ( struct dhcp_options *options, unsigned int tag,
|
/external/syslinux/gpxe/src/net/ |
D | dhcppkt.c | 205 return dhcpopt_fetch ( &dhcppkt->options, tag, data, len ); in dhcppkt_fetch()
|
D | dhcpopts.c | 378 int dhcpopt_fetch ( struct dhcp_options *options, unsigned int tag, in dhcpopt_fetch() function
|
/external/syslinux/gpxe/src/core/ |
D | nvo.c | 186 return dhcpopt_fetch ( &nvo->dhcpopts, setting->tag, data, len ); in nvo_fetch()
|