Searched defs:ipdst (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/stand/lib/inet/
H A Dethernet.c496 struct in_addr tmpip, ipdst, netid; local
531 bcopy((caddr_t)&ip->ip_dst, (caddr_t)&ipdst, sizeof (ipdst));
533 if (ipdst.s_addr == htonl(INADDR_BROADCAST))
549 (ipdst.s_addr & ~mask.s_addr) == 0 &&
550 (ipdst.s_addr & mask.s_addr) == netid.s_addr) {
556 tmpip.s_addr = ipdst.s_addr;
H A Dibd.c488 struct in_addr tmpip, ipdst; local
517 bcopy((caddr_t)&ip->ip_dst, (caddr_t)&ipdst, sizeof (ipdst));
519 if (ipdst.s_addr == htonl(INADDR_BROADCAST))
528 (ipdst.s_addr & ~mask.s_addr) == 0) {
534 tmpip.s_addr = ipdst.s_addr;
H A Dipv4.c584 struct in_addr ipdst, uint16_t iphlen)
630 ngp->igm_target.s_addr = ipdst.s_addr;
696 struct in_addr ipdst, ipsrc; local
740 bcopy((caddr_t)&(iphp->ip_dst), (caddr_t)&ipdst,
741 sizeof (ipdst));
748 "(to %s)\n", index, inet_ntoa(ipdst));
755 if (ipdst.s_addr != htonl(INADDR_BROADCAST) &&
756 ipdst.s_addr != (mynet.s_addr | ~netmask.s_addr) &&
757 ipdst.s_addr != myip.s_addr) {
760 index, inet_ntoa(ipdst));
583 make_trans_datagram(int index, struct inetgram *igp, struct in_addr ipsrc, struct in_addr ipdst, uint16_t iphlen) argument
[all...]

Completed in 48 milliseconds