| /minix3/sys/lib/libsa/ |
| H A D | ip.c | 70 if (ip->ip_dst.s_addr == INADDR_BROADCAST || ip->ip_src.s_addr == 0 || in _sendip() 71 netmask == 0 || SAMENET(ip->ip_src, ip->ip_dst, netmask)) { in _sendip() 72 ea = arpwhohas(d, ip->ip_dst); in _sendip() 101 ip->ip_dst = d->destip; in sendip() 180 if (d->myip.s_addr && ip->ip_dst.s_addr != d->myip.s_addr) { in readip() 184 printf("%s\n", inet_ntoa(ip->ip_dst)); in readip()
|
| H A D | rpc.c | 292 n_long ip_dst; in rpc_fromaddr() member
|
| /minix3/external/bsd/tcpdump/dist/ |
| H A D | print-icmp.c | 371 ND_TCHECK(dp->icmp_ip.ip_dst); in icmp_print() 378 ipaddr_string(ndo, &dp->icmp_ip.ip_dst), in icmp_print() 394 ipaddr_string(ndo, &oip->ip_dst), in icmp_print() 401 ipaddr_string(ndo, &oip->ip_dst), in icmp_print() 408 ipaddr_string(ndo, &oip->ip_dst), in icmp_print() 422 ipaddr_string(ndo, &dp->icmp_ip.ip_dst), mtu); in icmp_print() 426 ipaddr_string(ndo, &dp->icmp_ip.ip_dst)); in icmp_print() 435 ipaddr_string(ndo, &dp->icmp_ip.ip_dst)); in icmp_print() 441 ND_TCHECK(dp->icmp_ip.ip_dst); in icmp_print() 445 ipaddr_string(ndo, &dp->icmp_ip.ip_dst), in icmp_print() [all …]
|
| H A D | print-tcp.c | 183 ipaddr_string(ndo, &ip->ip_dst))); 211 ipaddr_string(ndo, &ip->ip_dst), 317 dst = &ip->ip_dst; 321 if (UNALIGNED_MEMCMP(src, dst, sizeof ip->ip_dst) > 0) 325 UNALIGNED_MEMCPY(&tha.src, dst, sizeof ip->ip_dst); 329 UNALIGNED_MEMCPY(&tha.dst, dst, sizeof ip->ip_dst); 836 MD5_Update(&ctx, (char *)&ip->ip_dst, sizeof(ip->ip_dst));
|
| H A D | print-ip.c | 131 UNALIGNED_MEMCPY(&retval, &ip->ip_dst.s_addr, sizeof(uint32_t)); in ip_finddst() 158 UNALIGNED_MEMCPY(&ph.dst, &ip->ip_dst.s_addr, sizeof(uint32_t)); in nextproto4_cksum() 473 ipaddr_string(ndo, &ipds->ip->ip_dst))); in ip_print_demux() 479 ipaddr_string(ndo, &ipds->ip->ip_dst))); in ip_print_demux() 657 ipaddr_string(ndo, &ipds->ip->ip_dst))); in ip_print() 671 ipaddr_string(ndo, &ipds->ip->ip_dst))); in ip_print()
|
| H A D | ip.h | 64 struct in_addr ip_src,ip_dst; /* source and dest address */ member
|
| H A D | print-sunrpc.c | 202 ipaddr_string(ndo, &ip->ip_dst), dstid, length)); in sunrpcrequest_print()
|
| H A D | print-nfs.c | 227 strlcpy(dstaddr, ipaddr_string(ndo, &ip->ip_dst), sizeof(dstaddr)); in print_nfsaddr() 917 UNALIGNED_MEMCPY(&xmep->server, &ip->ip_dst, sizeof(ip->ip_dst)); in xid_map_enter() 959 UNALIGNED_MEMCMP(&ip->ip_dst, &xmep->client, in xid_map_find() 960 sizeof(ip->ip_dst)) != 0) { in xid_map_find()
|
| H A D | print-pgm.c | 197 ipaddr_string(ndo, &ip->ip_dst))); in pgm_print() 224 ipaddr_string(ndo, &ip->ip_dst), in pgm_print()
|
| H A D | print-udp.c | 334 ipaddr_string(ndo, &ip->ip_dst))); in udpipaddr_print() 339 ipaddr_string(ndo, &ip->ip_dst), in udpipaddr_print()
|
| H A D | print-sctp.c | 558 ipaddr_string(ndo, &ip->ip_dst), in sctp_print()
|
| H A D | print-dccp.c | 334 ipaddr_string(ndo, &ip->ip_dst), dport)); in dccp_print()
|
| H A D | print-esp.c | 655 UNALIGNED_MEMCMP(&sa->daddr.in4, &ip->ip_dst, in esp_print()
|
| H A D | print-rx.c | 698 rxent->server = ip->ip_dst; in rx_cache_insert() 717 uint32_t clip = ip->ip_dst.s_addr; in rx_cache_find()
|
| H A D | print-pim.c | 770 ipaddr_string(ndo, &ip->ip_dst))); in pimv2_print()
|
| /minix3/external/bsd/dhcp/dist/includes/netinet/ |
| H A D | ip.h | 60 struct in_addr ip_src, ip_dst; /* source and dest address */ member
|
| /minix3/sys/netinet/ |
| H A D | in_pcb.h | 99 #define inp_faddr inp_ip.ip_dst
|
| H A D | ip.h | 68 struct in_addr ip_src, ip_dst; /* source and dest address */ member
|
| H A D | in.h | 257 struct in_addr ip_dst; /* first hop, 0 w/o src rt */ member
|
| /minix3/usr.sbin/traceroute/ |
| H A D | traceroute.c | 695 outip->ip_dst.s_addr = gwlist[0]; in main() 708 outip->ip_dst = to->sin_addr; in main() 1507 inet_ntoa(ip->ip_dst), type, pr_type(type), icp->icmp_code); in packet_ok() 1552 Printf(" %d bytes to %s", cc, inet_ntoa (ip->ip_dst)); in print()
|
| /minix3/external/bsd/dhcp/dist/common/ |
| H A D | packet.c | 163 ip.ip_dst.s_addr = to;
|
| /minix3/tests/net/icmp/ |
| H A D | t_ping.c | 390 ip->ip_dst = dst.sin_addr; in ATF_TC_BODY()
|
| /minix3/minix/tests/ |
| H A D | test92.c | 939 pkt.ip.ip_dst.s_addr = htonl(INADDR_LOOPBACK); in test92f() 1018 if (pkt2.ip.ip_dst.s_addr != pkt.ip.ip_dst.s_addr) e(0); in test92f()
|
| /minix3/sbin/ping/ |
| H A D | ping.c | 549 opack_ip->ip_dst = send_addr.sin_addr; in main() 1717 (void)printf(" %s ", inet_ntoa(*(struct in_addr *)&ip->ip_dst.s_addr)); in pr_iph()
|
| /minix3/external/bsd/dhcpcd/dist/ |
| H A D | dhcp.c | 1639 ip->ip_dst.s_addr = INADDR_BROADCAST; in dhcp_makeudppacket() 1641 ip->ip_dst.s_addr = dest.s_addr; in dhcp_makeudppacket()
|