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

  /external/qemu/
shaper.c 293 unsigned dst_ip; member in struct:SessionRec_
328 (session->dst_ip >> 24) & 255, (session->dst_ip >> 16) & 255,
329 (session->dst_ip >> 8) & 255, (session->dst_ip) & 255, session->dst_port);
370 info->dst_ip = (data[16] << 24) | (data[17] << 16) | (data[18] << 8) | data[19];
409 node->dst_ip == info->dst_ip &&
559 session->dst_ip = info->dst_ip;
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/include/proto/
bcmip.h 115 uint8 dst_ip[IPV4_ADDR_LEN]; member in struct:ipv4_hdr
  /external/tcpdump/
print-juniper.c 218 u_int8_t dst_ip[4]; member in struct:juniper_ipsec_header
260 ipaddr_string(EXTRACT_32BITS(&ih->dst_ip)),

Completed in 43 milliseconds