Home
last modified time | relevance | path

Searched refs:dst_ip (Results 1 – 2 of 2) sorted by relevance

/external/qemu/
Dshaper.c293 unsigned dst_ip; member
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]; in _packet_SYN_flags()
409 node->dst_ip == info->dst_ip && in netdelay_lookup_session()
559 session->dst_ip = info->dst_ip; in netdelay_send_aux()
/external/tcpdump/
Dprint-juniper.c218 u_int8_t dst_ip[4]; in juniper_es_print() member
260 ipaddr_string(EXTRACT_32BITS(&ih->dst_ip)), in juniper_es_print()