Lines Matching refs:dst_sin
411 struct sockaddr_in dst_sin;
441 pdst_sa = (struct sockaddr *)&dst_sin;
442 pdst_addr = (void *)&dst_sin.sin_addr;
444 memset(&dst_sin, 0, sizeof(dst_sin));
446 dst_sin.sin_len =
448 dst_sa_len = sizeof(dst_sin);
449 dst_sin.sin_family = AF_INET;
450 dst_sin.sin_addr.s_addr = dst_addr->ip4.addr; /* byte-order? */
451 dst_sin.sin_port = htons(dst_port);
453 DPRINTF(("%RTnaipv4:%d ", dst_sin.sin_addr.s_addr, dst_port));