HomeSort by: relevance | last modified time | path
    Searched defs:next_protocol (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/tcpdump/dist/
print-vxlan-gpe.c 68 uint8_t next_protocol; local
88 next_protocol = GET_U_1(bp);
104 switch (next_protocol) {
print-vxlan-gpe.c 68 uint8_t next_protocol; local
88 next_protocol = GET_U_1(bp);
104 switch (next_protocol) {
print-nsh.c 99 uint8_t next_protocol; local
130 next_protocol = NSH_NEXT_PROT(basehdr);
147 tok2str(np_str, "unknown (0x%02x)", next_protocol));
246 switch (next_protocol) {
print-nsh.c 99 uint8_t next_protocol; local
130 next_protocol = NSH_NEXT_PROT(basehdr);
147 tok2str(np_str, "unknown (0x%02x)", next_protocol));
246 switch (next_protocol) {

Completed in 44 milliseconds