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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_stf.c462 struct sockaddr_in *dst4; local
535 dst4 = (struct sockaddr_in *)&sc->sc_ro.ro_dst;
536 if (dst4->sin_family != AF_INET ||
537 bcmp(&dst4->sin_addr, &ip->ip_dst, sizeof(ip->ip_dst)) != 0) {
540 dst4->sin_family = AF_INET;
541 dst4->sin_len = sizeof(struct sockaddr_in);
542 bcopy(&ip->ip_dst, &dst4->sin_addr, sizeof(dst4->sin_addr));
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dipsec.c2780 struct sockaddr_in *dst4; local
2935 dst4 = (struct sockaddr_in *)state->dst;
2938 || dst4->sin_addr.s_addr != ip->ip_dst.s_addr)) {
2943 dst4->sin_family = AF_INET;
2944 dst4->sin_len = sizeof(*dst4);
2945 dst4->sin_addr = ip->ip_dst;
2957 dst4 = (struct sockaddr_in *)state->dst;
3345 struct sockaddr_in* dst4; local
3369 dst4
[all...]

Completed in 45 milliseconds