Home | History | Annotate | Download | only in tcpdump

Lines Matching full:present

56 #define	GRE_CP		0x8000		/* checksum present */
57 #define GRE_RP 0x4000 /* routing present */
58 #define GRE_KP 0x2000 /* key present */
59 #define GRE_SP 0x1000 /* sequence# present */
62 #define GRE_AP 0x0080 /* acknowledgment# present */
65 { GRE_CP, "checksum present"},
66 { GRE_RP, "routing present"},
67 { GRE_KP, "key present"},
68 { GRE_SP, "sequence# present"},
69 { GRE_sP, "source routing present"},
71 { GRE_AP, "ack present"},