Home | History | Annotate | Download | only in pending

Lines Matching refs:hostname

193   char hostname[20];
298 {"hostname" , DHCP_STRING | 0x0c, NULL, 0},
1353 static int addip_to_lease(uint32_t assigned_nip, uint8_t mac[6], uint32_t *req_exp, char *hostname, uint8_t update)
1371 if (hostname) memcpy(dls->hostname, hostname, 20);
1433 static uint32_t getip_from_pool(uint32_t req_nip, uint8_t mac[6], uint32_t *req_exp, char *hostname)
1476 if (nip) addip_to_lease(nip, mac, req_exp, hostname, 1);
1565 (uint32_t*)&tmp_time, dls->hostname, 0);