Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/include/gpxe/
Ddhcpopts.h29 extern int dhcpopt_fetch ( struct dhcp_options *options, unsigned int tag,
/external/syslinux/gpxe/src/net/
Ddhcppkt.c205 return dhcpopt_fetch ( &dhcppkt->options, tag, data, len ); in dhcppkt_fetch()
Ddhcpopts.c378 int dhcpopt_fetch ( struct dhcp_options *options, unsigned int tag, in dhcpopt_fetch() function
/external/syslinux/gpxe/src/core/
Dnvo.c186 return dhcpopt_fetch ( &nvo->dhcpopts, setting->tag, data, len ); in nvo_fetch()