Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:marker

150 #define BGP_MP_NLRI_MINSIZE              3       /* End of RIB Marker detection */
1358 printf("\n\t End-of-Rib Marker (empty NLRI)");
1791 printf("\n\t End-of-Rib Marker (empty NLRI)");
2012 const u_char marker[] = {
2039 if (!TTEST2(p[0], sizeof(marker)))
2041 if (memcmp(p, marker, sizeof(marker)) != 0) {