Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/net/
Ddhcppkt.c161 dhcpopt_store ( &dhcppkt->options, tag, NULL, 0 ); in dhcppkt_store()
166 rc = dhcpopt_store ( &dhcppkt->options, tag, data, len ); in dhcppkt_store()
Ddhcpopts.c340 int dhcpopt_store ( struct dhcp_options *options, unsigned int tag, in dhcpopt_store() function
/external/syslinux/gpxe/src/include/gpxe/
Ddhcpopts.h24 extern int dhcpopt_store ( struct dhcp_options *options, unsigned int tag,
/external/syslinux/gpxe/src/core/
Dnvo.c155 if ( ( rc = dhcpopt_store ( &nvo->dhcpopts, setting->tag, in nvo_store()