Home
last modified time | relevance | path

Searched refs:DHCP_PARAM_REQ (Results 1 – 2 of 2) sorted by relevance

/busybox-1.35.0/networking/udhcp/
Dcommon.h163 #define DHCP_PARAM_REQ 0x37 /* 55: list of options client wants */ macro
Ddhcpc.c637 packet->options[end + OPT_CODE] = DHCP_PARAM_REQ; in add_client_options()