Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:safi

114     u_int8_t  safi;   /* afi should be int16 - so we have to access it using */
871 u_int8_t safi, snpa, nhlen;
1010 safi = tptr[2];
1016 (safi>128) ? "vendor specific " : "", /* 128 is meanwhile wellknown */
1017 tok2strbuf(bgp_safi_values, "Unknown SAFI", safi,
1019 safi);
1021 switch(af<<8 | safi) {
1053 printf("\n\t no AFI %u / SAFI %u decoder",af,safi);
1070 switch(af<<8 | safi) {
1181 printf("no AFI %u/SAFI %u decoder",af,safi);
1210 switch (af<<8 | safi) {
1329 printf("\n\t no AFI %u / SAFI %u decoder",af,safi);
1346 safi = tptr[2];
1352 (safi>128) ? "vendor specific " : "", /* 128 is meanwhile wellknown */
1353 tok2strbuf(bgp_safi_values, "Unknown SAFI", safi,
1355 safi);
1363 switch (af<<8 | safi) {
1464 printf("no AFI %u / SAFI %u decoder",af,safi);
1677 printf("\n\t\tAFI %s (%u), SAFI %s (%u)",
1694 printf("\n\t\t AFI %s (%u), SAFI %s (%u), Forwarding state preserved: %s",
1903 * for the maxprefix subtype, which may contain AFI, SAFI and MAXPREFIXES
1908 printf(", AFI %s (%u), SAFI %s (%u), Max Prefixes: %u",
1942 printf("\n\t AFI %s (%u), SAFI %s (%u)",
1950 bgp_route_refresh_header->safi,
1952 bgp_route_refresh_header->safi);