Home
last modified time | relevance | path

Searched refs:dst_addr (Results 1 – 25 of 72) sorted by relevance

123

/third_party/ltp/testcases/network/stress/ns-tools/
Dtst_net_stress.sh64 local dst_addr="${2}"
70 tst_res TINFO "ping through $src_iface iface to ${dst_addr}$cnt_msg"
72 tst_ping -I $src_iface -H $dst_addr
85 local dst_addr="${4:-$(tst_ipaddr rhost)}"
93 check_connectivity $src_iface $dst_addr $cnt
Doutput_ipsec_conf69 output_ipsec_conf target protocol mode first_spi src_addr dst_addr
75 dst_addr: destination IP address
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Deth_p_oui.c37 const u8 *dst_addr, u8 oui_suffix,
44 const u8 *dst_addr, const u8 *buf, size_t len) in eth_p_oui_deliver() argument
46 ctx->rx_callback(ctx->rx_callback_ctx, src_addr, dst_addr, in eth_p_oui_deliver()
87 const u8 *dst_addr, u8 oui_suffix, in eth_p_oui_register() argument
162 const u8 *dst_addr, const u8 *buf, size_t len) in eth_p_oui_send() argument
178 os_memcpy(ethhdr->h_dest, dst_addr, ETH_ALEN); in eth_p_oui_send()
Deth_p_oui.h19 const u8 *dst_addr, u8 oui_suffix,
24 const u8 *dst_addr, const u8 *buf, size_t len);
26 const u8 *dst_addr, const u8 *buf, size_t len);
Dx_snoop.c101 u8 *dst_addr = buf; in x_snoop_mcast_to_ucast_convert_send() local
103 if (!(dst_addr[0] & 0x01)) in x_snoop_mcast_to_ucast_convert_send()
108 MAC2STR(dst_addr), MAC2STR(sta->addr), (unsigned int) len); in x_snoop_mcast_to_ucast_convert_send()
Dwpa_auth_glue.c762 u8 dst_addr[ETH_ALEN]; member
780 MAC2STR(data->src_addr), MAC2STR(data->dst_addr), in hostapd_oui_deliver_later()
785 data->dst_addr, in hostapd_oui_deliver_later()
797 const u8 *dst_addr; member
824 if (!is_multicast_ether_addr(idata->dst_addr) && in hostapd_wpa_auth_oui_iter()
825 os_memcmp(hapd->own_addr, idata->dst_addr, ETH_ALEN) != 0) in hostapd_wpa_auth_oui_iter()
842 MAC2STR(idata->dst_addr), idata->oui_suffix, in hostapd_wpa_auth_oui_iter()
846 os_memcpy(data->dst_addr, idata->dst_addr, ETH_ALEN); in hostapd_wpa_auth_oui_iter()
862 if (!is_multicast_ether_addr(idata->dst_addr)) in hostapd_wpa_auth_oui_iter()
890 idata.dst_addr = dst; in hostapd_wpa_auth_send_oui()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Deth_p_oui.c37 const u8 *dst_addr, u8 oui_suffix,
44 const u8 *dst_addr, const u8 *buf, size_t len) in eth_p_oui_deliver() argument
46 ctx->rx_callback(ctx->rx_callback_ctx, src_addr, dst_addr, in eth_p_oui_deliver()
87 const u8 *dst_addr, u8 oui_suffix, in eth_p_oui_register() argument
162 const u8 *dst_addr, const u8 *buf, size_t len) in eth_p_oui_send() argument
178 os_memcpy(ethhdr->h_dest, dst_addr, ETH_ALEN); in eth_p_oui_send()
Deth_p_oui.h19 const u8 *dst_addr, u8 oui_suffix,
24 const u8 *dst_addr, const u8 *buf, size_t len);
26 const u8 *dst_addr, const u8 *buf, size_t len);
Dx_snoop.c101 u8 *dst_addr = buf; in x_snoop_mcast_to_ucast_convert_send() local
103 if (!(dst_addr[0] & 0x01)) in x_snoop_mcast_to_ucast_convert_send()
108 MAC2STR(dst_addr), MAC2STR(sta->addr), (unsigned int) len); in x_snoop_mcast_to_ucast_convert_send()
Dwpa_auth_glue.c673 u8 dst_addr[ETH_ALEN]; member
690 data->dst_addr, in hostapd_oui_deliver_later()
702 const u8 *dst_addr; member
719 if (!is_multicast_ether_addr(idata->dst_addr) && in hostapd_wpa_auth_oui_iter()
720 os_memcmp(hapd->own_addr, idata->dst_addr, ETH_ALEN) != 0) in hostapd_wpa_auth_oui_iter()
735 os_memcpy(data->dst_addr, idata->dst_addr, ETH_ALEN); in hostapd_wpa_auth_oui_iter()
771 idata.dst_addr = dst; in hostapd_wpa_auth_send_oui()
1185 const u8 *dst_addr, u8 oui_suffix, in hostapd_rrb_oui_receive() argument
1191 MACSTR, MAC2STR(src_addr), MAC2STR(dst_addr)); in hostapd_rrb_oui_receive()
1192 if (!is_multicast_ether_addr(dst_addr) && in hostapd_rrb_oui_receive()
[all …]
/third_party/pulseaudio/src/modules/rtp/
Dmodule-rtp-send.c210 const char *dst_addr; in pa__init() local
324 dst_addr = pa_modargs_get_value(ma, "destination", NULL); in pa__init()
325 if (dst_addr == NULL) in pa__init()
326 dst_addr = pa_modargs_get_value(ma, "destination_ip", DEFAULT_DESTINATION_IP); in pa__init()
328 if (inet_pton(AF_INET, dst_addr, &dst_sa4.sin_addr) > 0) { in pa__init()
335 } else if (inet_pton(AF_INET6, dst_addr, &dst_sa6.sin6_addr) > 0) { in pa__init()
344 pa_log("Invalid destination '%s'", dst_addr); in pa__init()
426 pa_proplist_sets(data.proplist, "rtp.destination", dst_addr); in pa__init()
496 mtu, dst_addr, port, src_addr, ttl, payload); in pa__init()
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
D16-byte-alignment.rs12 pub dst_addr: u32, field
136 ::std::ptr::addr_of!((*ptr).dst_addr) as usize - ptr as usize in bindgen_test_layout_rte_ipv4_tuple()
143 stringify!(dst_addr) in bindgen_test_layout_rte_ipv4_tuple()
160 pub dst_addr: [u8; 16usize], field
284 ::std::ptr::addr_of!((*ptr).dst_addr) as usize - ptr as usize in bindgen_test_layout_rte_ipv6_tuple()
291 stringify!(dst_addr) in bindgen_test_layout_rte_ipv6_tuple()
D16-byte-alignment_1_0.rs55 pub dst_addr: u32, field
182 ::std::ptr::addr_of!((*ptr).dst_addr) as usize - ptr as usize in bindgen_test_layout_rte_ipv4_tuple()
189 stringify!(dst_addr) in bindgen_test_layout_rte_ipv4_tuple()
202 pub dst_addr: [u8; 16usize], field
329 ::std::ptr::addr_of!((*ptr).dst_addr) as usize - ptr as usize in bindgen_test_layout_rte_ipv6_tuple()
336 stringify!(dst_addr) in bindgen_test_layout_rte_ipv6_tuple()
/third_party/nghttp2/src/
Dshrpx_worker.cc301 auto &dst_addr = shared_addr->addrs[j]; in replace_downstream_config() local
303 dst_addr.addr = src_addr.addr; in replace_downstream_config()
304 dst_addr.host = make_string_ref(shared_addr->balloc, src_addr.host); in replace_downstream_config()
305 dst_addr.hostport = in replace_downstream_config()
307 dst_addr.port = src_addr.port; in replace_downstream_config()
308 dst_addr.host_unix = src_addr.host_unix; in replace_downstream_config()
309 dst_addr.weight = src_addr.weight; in replace_downstream_config()
310 dst_addr.group = make_string_ref(shared_addr->balloc, src_addr.group); in replace_downstream_config()
311 dst_addr.group_weight = src_addr.group_weight; in replace_downstream_config()
312 dst_addr.affinity_hash = src_addr.affinity_hash; in replace_downstream_config()
[all …]
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_job_transfer.c69 void *dst_addr; in pvr_transfer_job_submit() local
89 dst_addr = in pvr_transfer_job_submit()
95 memcpy(dst_addr + region->dstOffset, in pvr_transfer_job_submit()
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
D16-byte-alignment_1_0.h9 uint32_t dst_addr; member
21 uint8_t dst_addr[16]; member
D16-byte-alignment.h9 uint32_t dst_addr; member
21 uint8_t dst_addr[16]; member
/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_buffer.c25 nir_ssa_def *dst_addr = nir_iadd(&b, buffer_addr, nir_u2u64(&b, offset)); in build_buffer_fill_shader() local
26 nir_build_store_global(&b, data, dst_addr, .align_mul = 4); in build_buffer_fill_shader()
41 nir_ssa_def *dst_addr = nir_pack_64_2x32(&b, nir_channels(&b, pconst, 0b1100)); in build_buffer_copy_shader() local
53 nir_build_store_global(&b, data, nir_iadd(&b, dst_addr, offset), .align_mul = 4); in build_buffer_copy_shader()
66 uint64_t dst_addr; member
217 .dst_addr = dst_va, in copy_buffer_shader()
/third_party/ltp/testcases/network/stress/route/
Droute6-rmmod176 dst_addr=${DST_NETWORK}:${DST_HOST}
240 ns-udpsender -f 6 -D $dst_addr -p $DST_PORT -o -s 1452
Droute4-rmmod180 dst_addr=${DST_NETWORK}.${DST_HOST}
244 ns-udpsender -f 4 -D $dst_addr -p $DST_PORT -o -s 1472
/third_party/lwip/src/netif/
Dbridgeif.c196 bridgeif_find_dst_ports(bridgeif_private_t *br, struct eth_addr *dst_addr) in bridgeif_find_dst_ports() argument
204 if (!memcmp(&br->fdbs[i].addr, dst_addr, sizeof(struct eth_addr))) { in bridgeif_find_dst_ports()
211 if (dst_addr->addr[0] & 1) { in bridgeif_find_dst_ports()
218 return bridgeif_fdb_get_dst_ports(br->fdbd, dst_addr); in bridgeif_find_dst_ports()
Dbridgeif_fdb.c128 bridgeif_fdb_get_dst_ports(void *fdb_ptr, struct eth_addr *dst_addr) in bridgeif_fdb_get_dst_ports() argument
137 if (!memcmp(&e->addr, dst_addr, sizeof(struct eth_addr))) { in bridgeif_fdb_get_dst_ports()
/third_party/lwip/src/core/ipv4/
Detharp.c827 const ip4_addr_t *dst_addr = ipaddr; local
871 dst_addr = LWIP_HOOK_ETHARP_GET_GW(netif, ipaddr);
872 if (dst_addr == NULL)
878 dst_addr = netif_ip4_gw(netif);
897 (ip4_addr_cmp(dst_addr, &arp_table[etharp_cached_entry].ipaddr))) {
914 (ip4_addr_cmp(dst_addr, &arp_table[i].ipaddr))) {
922 return etharp_query(netif, dst_addr, q);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/l2_packet/
Dl2_packet_rtos.c38 int l2_packet_send(const struct l2_packet_data *l2, const u8 *dst_addr, u16 proto, in l2_packet_send() argument
47 ret = WifiEapolPacketSend(l2->ifname, l2->own_addr, dst_addr, (unsigned char *)buf, len); in l2_packet_send()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/l2_packet/
Dl2_packet_rtos.c38 int l2_packet_send(const struct l2_packet_data *l2, const u8 *dst_addr, u16 proto, in l2_packet_send() argument
47 ret = WifiEapolPacketSend(l2->ifname, l2->own_addr, dst_addr, (unsigned char *)buf, len); in l2_packet_send()

123