Searched refs:so_inet (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/usr.sbin/ldpd/
H A Dmpls_routes.c179 union sockunion *so_inet; local
181 so_inet = calloc(1, sizeof(*so_inet));
183 if (!so_inet) {
188 so_inet->sin.sin_len = sizeof(struct sockaddr_in);
189 so_inet->sin.sin_family = AF_INET;
190 inet_aton(s, &so_inet->sin.sin_addr);
192 return so_inet;

Completed in 80 milliseconds