Searched refs:dsm_routers (Results 1 – 4 of 4) sorted by relevance
362 dsmp->dsm_routers = malloc(router_list->len); in dhcp_bound_complete()363 if (dsmp->dsm_routers == NULL) { in dhcp_bound_complete()371 (void) memcpy(&dsmp->dsm_routers[i].s_addr, in dhcp_bound_complete()376 &dsmp->dsm_routers[i])) { in dhcp_bound_complete()379 dsmp->dsm_routers[i]), dsmp->dsm_name); in dhcp_bound_complete()380 dsmp->dsm_routers[i].s_addr = htonl(INADDR_ANY); in dhcp_bound_complete()385 inet_ntoa(dsmp->dsm_routers[i]), dsmp->dsm_name); in dhcp_bound_complete()
333 free(dsmp->dsm_routers); in free_smach()1158 free(dsmp->dsm_routers); in discard_default_routes()1159 dsmp->dsm_routers = NULL; in discard_default_routes()1178 if (dsmp->dsm_routers != NULL) { in remove_default_routes()1182 &dsmp->dsm_routers[idx])) { in remove_default_routes()1185 inet_ntoa(dsmp->dsm_routers[idx]), in remove_default_routes()1190 inet_ntoa(dsmp->dsm_routers[idx]), in remove_default_routes()
105 struct in_addr *dsm_routers; /* an array of default routers */ member
852 if_routers dhcp_smach_t.dsm_routers