Searched refs:next_hdr_txt (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/tcpdump/
H A Dprint-geonet.c117 const char *next_hdr_txt = "Unknown"; local
139 case 0: next_hdr_txt = "Any"; break;
140 case 1: next_hdr_txt = "BTP-A"; break;
141 case 2: next_hdr_txt = "BTP-B"; break;
142 case 3: next_hdr_txt = "IPv6"; break;
174 ND_PRINT((ndo, "NH:%d-%s ", next_hdr, next_hdr_txt));

Completed in 24 milliseconds