Searched refs:dsm_routers (Results 1 – 4 of 4) sorted by relevance
365 dsmp->dsm_routers = malloc(router_list->len); in dhcp_bound_complete()366 if (dsmp->dsm_routers == NULL) { in dhcp_bound_complete()374 (void) memcpy(&dsmp->dsm_routers[i].s_addr, in dhcp_bound_complete()379 &dsmp->dsm_routers[i])) { in dhcp_bound_complete()382 dsmp->dsm_routers[i]), dsmp->dsm_name); in dhcp_bound_complete()383 dsmp->dsm_routers[i].s_addr = htonl(INADDR_ANY); in dhcp_bound_complete()388 inet_ntoa(dsmp->dsm_routers[i]), dsmp->dsm_name); in dhcp_bound_complete()
334 free(dsmp->dsm_routers); in free_smach()1164 free(dsmp->dsm_routers); in discard_default_routes()1165 dsmp->dsm_routers = NULL; in discard_default_routes()1184 if (dsmp->dsm_routers != NULL) { in remove_default_routes()1188 &dsmp->dsm_routers[idx])) { in remove_default_routes()1191 inet_ntoa(dsmp->dsm_routers[idx]), in remove_default_routes()1196 inet_ntoa(dsmp->dsm_routers[idx]), in remove_default_routes()
106 struct in_addr *dsm_routers; /* an array of default routers */ member
850 if_routers dhcp_smach_t.dsm_routers