HomeSort by: relevance | last modified time | path
    Searched defs:icmp_dun (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mpl/dhcp/dist/includes/netinet/
ip_icmp.h 100 } icmp_dun; member in struct:icmp
101 #define icmp_otime icmp_dun.id_ts.its_otime
102 #define icmp_rtime icmp_dun.id_ts.its_rtime
103 #define icmp_ttime icmp_dun.id_ts.its_ttime
104 #define icmp_ip icmp_dun.id_ip.idi_ip
105 #define icmp_radv icmp_dun.id_mask
106 #define icmp_mask icmp_dun.id_mask
107 #define icmp_data icmp_dun.id_data
  /src/sys/netinet/
ip_icmp.h 125 } icmp_dun; member in struct:icmp
127 #define icmp_otime icmp_dun.id_ts.its_otime
128 #define icmp_rtime icmp_dun.id_ts.its_rtime
129 #define icmp_ttime icmp_dun.id_ts.its_ttime
130 #define icmp_ip icmp_dun.id_ip.idi_ip
131 #define icmp_radv icmp_dun.id_radv
132 #define icmp_mask icmp_dun.id_mask
133 #define icmp_data icmp_dun.id_data
  /src/external/bsd/tcpdump/dist/
print-icmp.c 83 } icmp_dun; member in struct:icmp
84 #define icmp_otime icmp_dun.id_ts.its_otime
85 #define icmp_rtime icmp_dun.id_ts.its_rtime
86 #define icmp_ttime icmp_dun.id_ts.its_ttime
87 #define icmp_ip icmp_dun.id_ip.idi_ip
88 #define icmp_mask icmp_dun.id_mask
89 #define icmp_data icmp_dun.id_data

Completed in 17 milliseconds