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

  /bionic/libc/include/netinet/
ip_icmp.h 115 } icmp_dun; member in struct:icmp
116 #define icmp_otime icmp_dun.id_ts.its_otime
117 #define icmp_rtime icmp_dun.id_ts.its_rtime
118 #define icmp_ttime icmp_dun.id_ts.its_ttime
119 #define icmp_ip icmp_dun.id_ip.idi_ip
120 #define icmp_mask icmp_dun.id_mask
121 #define icmp_data icmp_dun.id_data
  /external/tcpdump/
print-icmp.c 80 } icmp_dun; member in struct:icmp
81 #define icmp_otime icmp_dun.id_ts.its_otime
82 #define icmp_rtime icmp_dun.id_ts.its_rtime
83 #define icmp_ttime icmp_dun.id_ts.its_ttime
84 #define icmp_ip icmp_dun.id_ip.idi_ip
85 #define icmp_mask icmp_dun.id_mask
86 #define icmp_data icmp_dun.id_data

Completed in 60 milliseconds