HomeSort by relevance Sort by last modified time
    Searched refs:dst_addr (Results 1 - 25 of 31) sorted by null

1 2

  /device/samsung/crespo/include/
s3c_mem.h 46 unsigned int dst_addr; member in struct:s3c_mem_dma_param
  /external/qemu/
loader.c 84 int fread_targphys(target_phys_addr_t dst_addr, size_t nbytes, FILE *f)
87 target_phys_addr_t dst_begin = dst_addr;
94 cpu_physical_memory_write_rom(dst_addr, buf, did);
95 dst_addr += did;
100 return dst_addr - dst_begin;
104 int fread_targphys_ok(target_phys_addr_t dst_addr, size_t nbytes, FILE *f)
106 return fread_targphys(dst_addr, nbytes, f) == nbytes;
110 int read_targphys(int fd, target_phys_addr_t dst_addr, size_t nbytes)
113 target_phys_addr_t dst_begin = dst_addr;
121 cpu_physical_memory_write_rom(dst_addr, buf, did)
    [all...]
sysemu.h 235 int fread_targphys(target_phys_addr_t dst_addr, size_t nbytes, FILE *f);
236 int fread_targphys_ok(target_phys_addr_t dst_addr, size_t nbytes, FILE *f);
237 int read_targphys(int fd, target_phys_addr_t dst_addr, size_t nbytes);
  /external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/
l2_packet.h 88 * @dst_addr: Destination address for the packet (only used if l2_hdr == 0)
97 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto,
l2_packet_none.c 43 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto,
l2_packet_freebsd.c 57 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto,
65 os_memcpy(eth->h_dest, dst_addr, ETH_ALEN);
l2_packet_linux.c 45 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto,
62 os_memcpy(ll.sll_addr, dst_addr, ETH_ALEN);
l2_packet_privsep.c 68 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto,
77 io[1].iov_base = &dst_addr;
l2_packet_pcap.c 83 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto,
104 os_memcpy(eth->h_dest, dst_addr, ETH_ALEN);
l2_packet_winpcap.c 78 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto,
95 os_memcpy(eth->h_dest, dst_addr, ETH_ALEN);
l2_packet_ndis.c 97 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto,
127 os_memcpy(eth->h_dest, dst_addr, ETH_ALEN);
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet.h 82 * @dst_addr: Destination address for the packet (only used if l2_hdr == 0)
91 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto,
l2_packet_none.c 37 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto,
l2_packet_linux.c 39 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto,
57 os_memcpy(ll.sll_addr, dst_addr, ETH_ALEN);
l2_packet_privsep.c 62 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto,
71 io[1].iov_base = &dst_addr;
l2_packet_freebsd.c 61 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto,
69 os_memcpy(eth->h_dest, dst_addr, ETH_ALEN);
l2_packet_pcap.c 77 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto,
98 os_memcpy(eth->h_dest, dst_addr, ETH_ALEN);
l2_packet_winpcap.c 72 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto,
89 os_memcpy(eth->h_dest, dst_addr, ETH_ALEN);
  /external/qemu/slirp-android/
libslirp.h 43 void slirp_add_allow(unsigned long dst_addr, int dst_lport,
49 int slirp_should_drop(unsigned long dst_addr,
slirp.c 835 unsigned long dst_addr; /* host byte order */ member in struct:fw_allow_entry
886 void slirp_add_allow(unsigned long dst_addr,
913 (*ate)->dst_addr = dst_addr;
935 int slirp_should_drop(unsigned long dst_addr,
961 if (ate->dst_addr == 0 || ate->dst_addr == dst_addr)
    [all...]
  /external/dnsmasq/src/
forward.c 205 struct all_addr *dst_addr, unsigned int dst_iface,
250 forward->dest = *dst_addr;
374 send_from(udpfd, daemon->options & OPT_NOWILD, (char *)header, plen, udpaddr, dst_addr, dst_iface);
567 struct all_addr dst_addr; local
642 dst_addr_4 = dst_addr.addr.addr4 = ((struct in_pktinfo *)CMSG_DATA(cmptr))->ipi_spec_dst;
650 dst_addr_4 = dst_addr.addr.addr4 = *((struct in_addr *)CMSG_DATA(cmptr));
666 dst_addr.addr.addr6 = ((struct in6_pktinfo *)CMSG_DATA(cmptr))->ipi6_addr;
675 !iface_check(listen->family, &dst_addr, ifr.ifr_name, &if_index))
707 m, &source_addr, &dst_addr, if_index);
710 else if (forward_query(listen->fd, &source_addr, &dst_addr, if_index
    [all...]
  /external/kernel-headers/original/linux/
if_pppox.h 169 struct pptp_addr dst_addr; member in struct:pptp_opt
  /external/bluetooth/bluez/input/
device.c 579 char src_addr[18], dst_addr[18]; local
589 ba2str(&idev->dst, dst_addr);
591 rec = fetch_record(src_addr, dst_addr, idev->handle);
593 error("Rejected connection from unknown device %s", dst_addr);
601 read_device_id(src_addr, dst_addr, NULL,
1044 char name[249], src_addr[18], dst_addr[18]; local
1055 ba2str(dst, dst_addr);
1056 if (read_device_name(src_addr, dst_addr, name) == 0)
  /external/bluetooth/bluez/network/
server.c 129 static struct network_session *find_session_by_addr(GSList *list, bdaddr_t dst_addr)
136 if (!bacmp(&session->dst, &dst_addr)) {
736 bdaddr_t dst_addr; local
743 str2ba(addr, &dst_addr);
744 session = find_session_by_addr(ns->sessions, dst_addr);
751 bnep_kill_connection(&dst_addr);
  /external/grub/netboot/
eepro100.c 377 unsigned char dst_addr[ETH_ALEN]; member in struct:eth_hdr
394 memcpy (&hdr.dst_addr, d, ETH_ALEN);

Completed in 188 milliseconds

1 2