Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-vxlan-gpe.c63 uint8_t next_protocol; in vxlan_gpe_print() local
83 next_protocol = GET_U_1(bp); in vxlan_gpe_print()
99 switch (next_protocol) { in vxlan_gpe_print()
H A Dprint-nsh.c94 uint8_t next_protocol; in nsh_print() local
125 next_protocol = NSH_NEXT_PROT(basehdr); in nsh_print()
142 tok2str(np_str, "unknown (0x%02x)", next_protocol)); in nsh_print()
241 switch (next_protocol) { in nsh_print()
/freebsd/usr.bin/bluetooth/rfcomm_sppd/
H A Drfcomm_sdp.c229 goto next_protocol; in rfcomm_proto_list_parse()
256 next_protocol: in rfcomm_proto_list_parse()