OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dah
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet/
dccp_usrreq.c
194
struct dccp_ackhdr *
dah
= NULL;
local in function:dccp_input
569
dah
= (struct dccp_ackhdr *)(dh + 1);
570
optp = (u_char *)(
dah
+ 1);
704
dp->ack_rcv = CONVERT_TO_LONGSEQ((ntohl(
dah
->dash.dah_ack) >> 8), dp->ref_seq);
760
dp->ack_rcv = CONVERT_TO_LONGSEQ((ntohl(
dah
->dash.dah_ack) >> 8), dp->ref_seq);
778
dp->ack_rcv = CONVERT_TO_LONGSEQ((ntohl(
dah
->dash.dah_ack) >> 8), dp->ref_seq);
1119
struct dccp_ackhdr *
dah
;
local in function:dccp_output
1435
dah
= (struct dccp_ackhdr *)(dh + 1);
1436
dah
->dash.dah_res = 0; /* Reserved field should be zero */
1437
dah
->dash.dah_ack = htonl(dp->seq_rcv) >> 8
[
all
...]
dccp_usrreq.c
194
struct dccp_ackhdr *
dah
= NULL;
local in function:dccp_input
569
dah
= (struct dccp_ackhdr *)(dh + 1);
570
optp = (u_char *)(
dah
+ 1);
704
dp->ack_rcv = CONVERT_TO_LONGSEQ((ntohl(
dah
->dash.dah_ack) >> 8), dp->ref_seq);
760
dp->ack_rcv = CONVERT_TO_LONGSEQ((ntohl(
dah
->dash.dah_ack) >> 8), dp->ref_seq);
778
dp->ack_rcv = CONVERT_TO_LONGSEQ((ntohl(
dah
->dash.dah_ack) >> 8), dp->ref_seq);
1119
struct dccp_ackhdr *
dah
;
local in function:dccp_output
1435
dah
= (struct dccp_ackhdr *)(dh + 1);
1436
dah
->dash.dah_res = 0; /* Reserved field should be zero */
1437
dah
->dash.dah_ack = htonl(dp->seq_rcv) >> 8
[
all
...]
Completed in 24 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025