Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:ident

729 	"none", "base", "ident", "auth", "agg", "inf", NULL, NULL,  /* 0-7 */
1000 uint32_t doi, sit, ident;
1033 ND_TCHECK2(*(ext + 1), sizeof(ident));
1034 UNALIGNED_MEMCPY(&ident, ext + 1, sizeof(ident));
1035 ND_PRINT((ndo," ident=%u", (uint32_t)ntohl(ident)));
1036 np += sizeof(ident);