HomeSort by relevance Sort by last modified time
    Searched refs:dst_ip (Results 1 - 11 of 11) sorted by null

  /external/syslinux/core/lwip/src/include/lwip/
udp.h 133 ip_addr_t *dst_ip, u16_t dst_port,
136 ip_addr_t *dst_ip, u16_t dst_port);
141 ip_addr_t *dst_ip, u16_t dst_port,
145 ip_addr_t *dst_ip, u16_t dst_port,
  /external/syslinux/core/lwip/src/core/
udp.c 405 * @param dst_ip Destination IP address.
408 * dst_ip & dst_port are expected to be in the same byte order as in the pcb.
419 ip_addr_t *dst_ip, u16_t dst_port)
422 return udp_sendto_chksum(pcb, p, dst_ip, dst_port, 0, 0);
427 udp_sendto_chksum(struct udp_pcb *pcb, struct pbuf *p, ip_addr_t *dst_ip,
437 netif = ip_route((ip_addr_ismulticast(dst_ip))?(&(pcb->multicast_ip)):(dst_ip));
439 netif = ip_route(dst_ip);
445 ip4_addr1_16(dst_ip), ip4_addr2_16(dst_ip), ip4_addr3_16(dst_ip), ip4_addr4_16(dst_ip)))
    [all...]
  /external/autotest/client/tests/pktgen/
pktgen.py 9 dst_ip='192.168.210.210', dst_mac='01:02:03:04:05:07',
34 self.pgset('dst ' + dst_ip)
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bcmip.h 111 uint8 dst_ip[IPV4_ADDR_LEN]; /* Destination IP Address */ member in struct:ipv4_hdr
802.11.h 1752 uint32 dst_ip; member in struct:dot11_tclas_fc_1_ipv4
    [all...]
  /external/iputils/
arping.c 381 struct in_addr src_ip, dst_ip; local
411 memcpy(&dst_ip, p+ah->ar_hln+4+ah->ar_hln, 4);
415 if (src.s_addr != dst_ip.s_addr)
423 dst_ip = tested address
430 also that it matches to dst_ip, otherwise
431 dst_ip/dst_hw do not matter.
437 if (src.s_addr && src.s_addr != dst_ip.s_addr)
447 if (dst_ip.s_addr != src.s_addr) {
448 printf("for %s ", inet_ntoa(dst_ip));
  /external/syslinux/core/lwip/src/core/snmp/
msg_out.c 224 ip_addr_t dst_ip; local
236 ip_addr_copy(dst_ip, dst_if->ip_addr);
238 trap_msg.sip_raw[0] = ip4_addr1(&dst_ip);
239 trap_msg.sip_raw[1] = ip4_addr2(&dst_ip);
240 trap_msg.sip_raw[2] = ip4_addr3(&dst_ip);
241 trap_msg.sip_raw[3] = ip4_addr4(&dst_ip);
  /tools/test/connectivity/acts/framework/acts/controllers/
packet_sender.py 350 def generate(self, cha_mac=None, dst_ip=None):
355 dst_ip: ipv4 address of target host for renewal (Optional)
368 sta_ip = (dst_ip if dst_ip is not None else self.dst_ipv4)
  /bionic/libc/kernel/uapi/rdma/
ib_user_verbs.h 723 __be32 dst_ip; member in struct:ib_uverbs_flow_ipv4_filter
759 __u8 dst_ip[16]; member in struct:ib_uverbs_flow_ipv6_filter
  /external/kernel-headers/original/uapi/rdma/
ib_user_verbs.h 876 __be32 dst_ip; member in struct:ib_uverbs_flow_ipv4_filter
916 __u8 dst_ip[16]; member in struct:ib_uverbs_flow_ipv6_filter
  /external/tcpdump/
print-juniper.c 510 uint8_t dst_ip[4]; member in struct:juniper_ipsec_header
553 ipaddr_string(ndo, &ih->dst_ip),
    [all...]

Completed in 228 milliseconds