Home
last modified time | relevance | path

Searched refs:IPPROTO_DCCP (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/tcpdump/
H A Dipproto.h68 #ifndef IPPROTO_DCCP
69 #define IPPROTO_DCCP 33 /* datagram congestion control protocol */ macro
H A Dprint-ip6.c290 nh != IPPROTO_DCCP && nh != IPPROTO_SCTP) { in ip6_print()
341 case IPPROTO_DCCP: in ip6_print()
H A Dipproto.c34 { IPPROTO_DCCP, "DCCP" },
H A Dprint-dccp.c204 dccp_csum_coverage(dh, len), IPPROTO_DCCP); in dccp_cksum()
211 dccp_csum_coverage(dh, len), IPPROTO_DCCP); in dccp6_cksum()
H A Dprint-ip.c390 case IPPROTO_DCCP: in ip_print_demux()
674 ipds->nh != IPPROTO_SCTP && ipds->nh != IPPROTO_DCCP) { in ip_print()
/freebsd-13.1/sys/netinet/
H A Din.h172 #define IPPROTO_DCCP 33 /* Datagram Congestion Control Protocol */ macro