OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DHCP_IP
(Results
1 - 2
of
2
) sorted by null
/external/toybox/toys/pending/
dhcp.c
122
#define
DHCP_IP
(1<<12)
209
{"subnet" ,
DHCP_IP
| 0x01, NULL, 0},
210
{"broadcast" ,
DHCP_IP
| 0x1c, NULL, 0},
211
{"router" ,
DHCP_IP
| 0x03, NULL, 0},
224
{"serverid" ,
DHCP_IP
| 0x36, NULL, 0},
233
{"swapsrv" ,
DHCP_IP
| 0x10, NULL, 0},
450
case
DHCP_IP
:
[
all
...]
dhcpd.c
88
#define
DHCP_IP
(1<<12)
96
#define DHCP_OPT_REQUESTED_IP
DHCP_IP
| 0x32 // sent by client if specific IP is wanted
100
#define DHCP_OPT_SERVER_ID
DHCP_IP
| 0x36 // by default server's IP
293
{"subnet" ,
DHCP_IP
| 0x01, NULL, 0},
294
{"broadcast" ,
DHCP_IP
| 0x1c, NULL, 0},
295
{"router" ,
DHCP_IP
| 0x03, NULL, 0},
308
{"serverid" ,
DHCP_IP
| 0x36, NULL, 0},
317
{"swapsrv" ,
DHCP_IP
| 0x10, NULL, 0},
603
case
DHCP_IP
:
[
all
...]
Completed in 40 milliseconds