Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
H A Dprint-vxlan-gpe.c65 uint8_t next_protocol; in vxlan_gpe_print() local
85 next_protocol = GET_U_1(bp); in vxlan_gpe_print()
101 switch (next_protocol) { in vxlan_gpe_print()
H A Dprint-nsh.c96 uint8_t next_protocol; in nsh_print() local
127 next_protocol = NSH_NEXT_PROT(basehdr); in nsh_print()
144 tok2str(np_str, "unknown (0x%02x)", next_protocol)); in nsh_print()
244 switch (next_protocol) { in nsh_print()
/dragonfly/usr.bin/rfcomm_sppd/
H A Drfcomm_sdp.c261 goto next_protocol; in rfcomm_proto_list_parse()
288 next_protocol: in rfcomm_proto_list_parse()