OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IPPROTO_DCCP
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/bsd/tcpdump/dist/
ipproto.h
64
#ifndef
IPPROTO_DCCP
65
#define
IPPROTO_DCCP
33 /* datagram congestion control protocol */
ipproto.c
37
{
IPPROTO_DCCP
, "DCCP" },
106
"dccp", /* 33 (
IPPROTO_DCCP
, Datagram Congestion
print-ip-demux.c
91
case
IPPROTO_DCCP
:
print-dccp.c
209
dccp_csum_coverage(ndo, dh, len),
IPPROTO_DCCP
);
216
dccp_csum_coverage(ndo, dh, len),
IPPROTO_DCCP
);
print-ip6.c
334
nh !=
IPPROTO_DCCP
&& nh != IPPROTO_SCTP) {
print-ip.c
471
nh != IPPROTO_SCTP && nh !=
IPPROTO_DCCP
) {
/src/sys/netinet/
dccp_usrreq.c
316
if (in6_cksum(m,
IPPROTO_DCCP
, off, cslen) != 0) {
325
dh->dh_sum = in4_cksum(m,
IPPROTO_DCCP
, off, cslen);
1074
if (sopt->sopt_level !=
IPPROTO_DCCP
) {
1355
ip6->ip6_nxt =
IPPROTO_DCCP
;
1364
ip->ip_p =
IPPROTO_DCCP
;
1483
dh->dh_sum = in6_cksum(m,
IPPROTO_DCCP
, sizeof(struct ip6_hdr),
1492
dh->dh_sum = in4_cksum(m,
IPPROTO_DCCP
, sizeof(struct ip),
3079
CTL_NET, PF_INET,
IPPROTO_DCCP
, CTL_EOL);
3086
CTL_NET, PF_INET,
IPPROTO_DCCP
, DCCPCTL_LOGINVAIN,
3094
CTL_NET, PF_INET,
IPPROTO_DCCP
, DCCPCTL_DOFEATURENEGO
[
all
...]
in.h
88
#define
IPPROTO_DCCP
33 /* DCCP */
in_proto.c
301
.pr_protocol =
IPPROTO_DCCP
,
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/netinet/
in_.d
31
enum
IPPROTO_DCCP
= 33;
/src/sys/netinet6/
in6_proto.c
309
.pr_protocol =
IPPROTO_DCCP
,
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/netinet/
in_.d
353
IPPROTO_DCCP
= 33,
/src/usr.bin/kdump/
kdump.c
605
CASERETURN(
IPPROTO_DCCP
);
Completed in 24 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026