Searched refs:dhcpopt_store (Results 1 – 4 of 4) sorted by relevance
/external/syslinux/gpxe/src/net/ |
D | dhcppkt.c | 161 dhcpopt_store ( &dhcppkt->options, tag, NULL, 0 ); in dhcppkt_store() 166 rc = dhcpopt_store ( &dhcppkt->options, tag, data, len ); in dhcppkt_store()
|
D | dhcpopts.c | 340 int dhcpopt_store ( struct dhcp_options *options, unsigned int tag, in dhcpopt_store() function
|
/external/syslinux/gpxe/src/include/gpxe/ |
D | dhcpopts.h | 24 extern int dhcpopt_store ( struct dhcp_options *options, unsigned int tag,
|
/external/syslinux/gpxe/src/core/ |
D | nvo.c | 155 if ( ( rc = dhcpopt_store ( &nvo->dhcpopts, setting->tag, in nvo_store()
|