Home | History | Annotate | Download | only in pending

Lines Matching refs:router

295     {"router"         , DHCP_IP     | 0x03, NULL, 0},
545 uint32_t optcode = 0, inf = infomode, convtmp, mask, nip, router;
626 * router [4 bytes]
639 if (striptovar(tp, (uint8_t*)&router)<0) error_exit("wrong formated static route option");
645 memcpy(((uint8_t*)options_list[count].val)+options_list[count].len, &router, 4);