Searched refs:sinstore (Results 1 – 1 of 1) sorted by relevance
133 struct sockaddr_in sinstore; in netcfg_rump_route() local152 memset(&sinstore, 0, sizeof(sinstore)); in netcfg_rump_route()153 sinstore.sin_family = AF_INET; in netcfg_rump_route()154 sinstore.sin_len = sizeof(sinstore); in netcfg_rump_route()155 sinstore.sin_addr.s_addr = inet_addr(dst); in netcfg_rump_route()156 memcpy(bp, &sinstore, sizeof(sinstore)); in netcfg_rump_route()157 bp += sizeof(sinstore); in netcfg_rump_route()160 memset(&sinstore, 0, sizeof(sinstore)); in netcfg_rump_route()161 sinstore.sin_family = AF_INET; in netcfg_rump_route()162 sinstore.sin_len = sizeof(sinstore); in netcfg_rump_route()[all …]