Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:ident

135 	"none", "base", "ident", "auth", "agg", "inf", NULL, NULL,
426 u_int32_t doi, sit, ident;
460 TCHECK2(*(ext + 1), sizeof(ident));
461 safememcpy(&ident, ext + 1, sizeof(ident));
462 printf(" ident=%u", (u_int32_t)ntohl(ident));
463 np += sizeof(ident);