Home | History | Annotate | Download | only in ping6

Lines Matching defs:tv32

143 struct tv32 {
151 #define ICMP6ECHOTMLEN sizeof(struct tv32)
662 if (datalen >= (int)sizeof(struct tv32)) {
1149 struct tv32 *tv32;
1151 tv32 = (struct tv32 *)&outpack[ICMP6ECHOLEN];
1152 tv32->tv32_sec = htonl(tv.tv_sec);
1153 tv32->tv32_usec = htonl(tv.tv_usec);
1301 struct tv32 *tpp;
1344 tpp = (struct tv32 *)(icp + 1);
2425 kk <= (int)(MAXDATALEN - (8 + sizeof(struct tv32) + ii));