Home
last modified time | relevance | path

Searched refs:OPT_GATEWAY (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish/dhcp/common/
Ddhcp.h44 #define OPT_GATEWAY 3 // 4*n <ipaddr> * n macro
Dmessage.cpp33 OPT_GATEWAY,
103 message.addOption(OPT_GATEWAY, offeredGateway); in offer()
132 message.addOption(OPT_GATEWAY, offeredGateway); in ack()
/device/generic/goldfish/dhcp/client/
Ddhcpclient.cpp356 case OPT_GATEWAY: in configureDhcp()