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

  /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);
  /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/tcpdump/
print-juniper.c 515 uint8_t dst_ip[4]; member in struct:juniper_ipsec_header
559 ipaddr_string(ndo, &ih->dst_ip),
    [all...]
  /bionic/libc/kernel/uapi/rdma/
ib_user_verbs.h 739 __be32 dst_ip; member in struct:ib_uverbs_flow_ipv4_filter
775 __u8 dst_ip[16]; member in struct:ib_uverbs_flow_ipv6_filter
  /external/kernel-headers/original/uapi/rdma/
ib_user_verbs.h 900 __be32 dst_ip; member in struct:ib_uverbs_flow_ipv4_filter
940 __u8 dst_ip[16]; member in struct:ib_uverbs_flow_ipv6_filter

Completed in 685 milliseconds