Lines Matching refs:DHCP_IP
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:
1073 case DHCP_IP: