Searched refs:BOOTREQUEST (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Ddhcp.h55 # define BOOTREQUEST 1 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/udhcpd/
H A Ddhcpd.h68 #define BOOTREQUEST 1 macro
H A Dpacket.c32 packet->op = BOOTREQUEST;
71 if (packet->op == BOOTREQUEST && (vendor = get_option(packet, DHCP_VENDOR))) {
H A Doptions.c85 if (packet->op == BOOTREQUEST)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udhcpd/
H A Ddhcpd.h68 #define BOOTREQUEST 1 macro
H A Dpacket.c31 packet->op = BOOTREQUEST;
70 if (packet->op == BOOTREQUEST && (vendor = get_option(packet, DHCP_VENDOR))) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/udhcp/
H A Doptions.h74 #define BOOTREQUEST 1 macro
H A Dpacket.c27 packet->op = BOOTREQUEST;
61 if (packet->op == BOOTREQUEST) {
H A Ddhcprelay.c106 /* it must be either a BOOTREQUEST or a BOOTREPLY */
107 if (p->op != BOOTREQUEST && p->op != BOOTREPLY)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dnsmasq-2.15/src/
H A Drfc2131.c17 #define BOOTREQUEST 1 macro
103 if (mess->op != BOOTREQUEST)

Completed in 111 milliseconds