Searched refs:from4 (Results 1 – 4 of 4) sorted by relevance
1101 const struct sockaddr_in *from4 = in sendfromto() local1106 from4->sin_family != AF_INET) { in sendfromto()1117 pi->ipi_addr = from4->sin_addr; in sendfromto()
1139 struct sockaddr_in *to4, *from4; in sctp_findassociation_addr() local1142 from4 = (struct sockaddr_in *)&from_store; in sctp_findassociation_addr()1144 memset(from4, 0, sizeof(*from4)); in sctp_findassociation_addr()1145 from4->sin_family = to4->sin_family = AF_INET; in sctp_findassociation_addr()1146 from4->sin_len = to4->sin_len = sizeof(struct sockaddr_in); in sctp_findassociation_addr()1147 from4->sin_addr.s_addr = iph->ip_src.s_addr; in sctp_findassociation_addr()1149 from4->sin_port = sh->src_port; in sctp_findassociation_addr()
1452 char from4 = 'A'; variable1453 dchar to4 = to!dchar(from4);
1589 char from4 = 'A';1590 dchar to4 = to!dchar(from4);