Searched refs:dh_seq (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/sys/netinet/ |
| D | dccp.h | 59 dh_seq:24; /* Sequence number */ member 64 dh_seq:24; member 92 u_int16_t dh_seq; member 108 u_int16_t dh_seq; member
|
| D | dccp_var.h | 40 (x)->dh_seq = htons(y >> 32);\ 45 x = ((u_int64_t)ntohs(y->dh_seq) << 32) | ntohl(y->dh_seq2);\
|
| D | dccp_usrreq.c | 265 … dlh->dh_cscov, dlh->dh_off, dlh->dh_type, dlh->dh_res, ntohs(dlh->dh_seq), in dccp_input() 270 … dh->dh_cscov, dh->dh_off, dh->dh_type, dh->dh_res, ntohl(dh->dh_seq))); in dccp_input() 487 seqnr = CONVERT_TO_LONGSEQ((ntohl(dh->dh_seq) >> 8), dp->ref_pseq); in dccp_input() 489 ntohl(dh->dh_seq) >> 8, dp->ref_pseq.hi, dp->ref_pseq.lo)); in dccp_input() 1388 dh->dh_seq = htonl(dp->seq_snd) >> 8; in dccp_output() 1393 …EBUG((LOG_INFO, "Sending with seq %x.%x, (dp->seq_snd = %llu)\n\n", dlh->dh_seq, dlh->dh_seq2, dp-… in dccp_output() 1395 … DCCP_DEBUG((LOG_INFO, "Sending with seq %x, (dp->seq_snd = %llu)\n\n", dh->dh_seq, dp->seq_snd)); in dccp_output()
|