Home
last modified time | relevance | path

Searched refs:next_protocol (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/tcpdump/
H A Dprint-vxlan-gpe.c64 uint8_t next_protocol; in vxlan_gpe_print() local
75 next_protocol = *bp; in vxlan_gpe_print()
87 switch (next_protocol) { in vxlan_gpe_print()
H A Dprint-nsh.c56 uint8_t next_protocol; in nsh_print() local
78 next_protocol = *bp; in nsh_print()
95 ND_PRINT((ndo, "next-protocol 0x%x, ", next_protocol)); in nsh_print()
165 switch (next_protocol) { in nsh_print()
/freebsd-12.1/usr.bin/bluetooth/rfcomm_sppd/
H A Drfcomm_sdp.c230 goto next_protocol; in rfcomm_proto_list_parse()
257 next_protocol: in rfcomm_proto_list_parse()