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

  /external/syslinux/gpxe/src/arch/i386/interface/pxe/
pxe_udp.c 93 pxenv_udp_read->dest_ip = sin_dest->sin_addr.s_addr;
321 * @v s_PXENV_UDP_READ::dest_ip Destination IP address, or 0.0.0.0
329 * @ret s_PXENV_UDP_READ::dest_ip Destination IP address
340 * If s_PXENV_UDP_READ::dest_ip is 0.0.0.0, UDP packets addressed to
355 * should fill in s_PXENV_UDP_READ::dest_ip and
361 struct in_addr dest_ip_wanted = { .s_addr = pxenv_udp_read->dest_ip };
362 struct in_addr dest_ip; local
376 dest_ip.s_addr = pxenv_udp_read->dest_ip;
381 ( dest_ip_wanted.s_addr != dest_ip.s_addr ) )
    [all...]
  /external/syslinux/core/legacynet/
idle.c 30 read_buf.dest_ip = IPInfo.myip;
core.c 96 udp_read.dest_ip = IPInfo.myip;
dnsresolv.c 306 udp_read.dest_ip = IPInfo.myip;
  /tools/test/connectivity/acts/framework/acts/
utils.py 830 dest_ip="www.google.com",
838 dest_ip: hostname or IP address
845 if dest_ip:
846 ping_cmd += " %s | tee /data/ping.txt" % dest_ip
848 ad.log.info("Starting ping test to %s using adb command %s", dest_ip,
855 ad.log.warning("Ping Test to %s failed with exception %s", dest_ip, e)
  /external/syslinux/core/lwip/src/include/lwip/
netif.h 304 err_t netif_loop_output(struct netif *netif, struct pbuf *p, ip_addr_t *dest_ip);
  /external/syslinux/com32/libupload/
upload_tftp.c 86 ur->dest_ip = tftp->my_ip;
  /external/webrtc/webrtc/test/
rtp_file_reader.cc 377 uint32_t dest_ip; member in struct:webrtc::test::PcapReader::RtpPacketMarker
541 TRY_PCAP(Read(&marker->dest_ip, true));
  /external/autotest/server/
site_linux_router.py     [all...]
  /external/syslinux/com32/include/syslinux/
pxe_api.h 191 in_addr_t dest_ip; member in struct:s_PXENV_UDP_READ
  /external/syslinux/gpxe/src/arch/i386/include/
pxe_api.h 817 IP4_t dest_ip; /**< Destination IP address */ member in struct:s_PXENV_UDP_READ
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_test_utils.py     [all...]

Completed in 266 milliseconds