Home
last modified time | relevance | path

Searched refs:sin_d (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/netinet/
Dsctp_input.c1704 struct sockaddr_in *sin_d; in sctp_handle_cookie_echo() local
1705 sin_d = (struct sockaddr_in *)(localep_sa); in sctp_handle_cookie_echo()
1706 memset(sin_d, 0, sizeof(*sin_d)); in sctp_handle_cookie_echo()
1707 sin_d->sin_family = AF_INET; in sctp_handle_cookie_echo()
1708 sin_d->sin_len = sizeof(*sin_d); in sctp_handle_cookie_echo()
1709 sin_d->sin_port = sh->dest_port; in sctp_handle_cookie_echo()
1710 sin_d->sin_addr.s_addr = iph->ip_dst.s_addr ; in sctp_handle_cookie_echo()