| /src/sys/netinet/ |
| dccp_tcplike.c | 468 /* check ackVector for lost packets. cmp with cv_list */ 832 t -= (cb->cv_size / 8); /* ackvector wrapped */ 914 free(cb->pcb->ackvector, M_PCB); 928 u_char ackvector[16]; local 949 /* We got an Ack without an ackvector. 953 ACK_DEBUG((LOG_INFO, "GOT Ack without Ackvector; Ackthru: %u\n", ackthru)); 959 /* We received an AckVector */ 962 ACK_DEBUG((LOG_INFO, "GOT Ack with Ackvector\n")); 963 /* gotta loop through the ackvector */ 970 /* Drops in ackvector! Will be noted and taken care of by the sender part * [all...] |
| dccp_tcplike.c | 468 /* check ackVector for lost packets. cmp with cv_list */ 832 t -= (cb->cv_size / 8); /* ackvector wrapped */ 914 free(cb->pcb->ackvector, M_PCB); 928 u_char ackvector[16]; local 949 /* We got an Ack without an ackvector. 953 ACK_DEBUG((LOG_INFO, "GOT Ack without Ackvector; Ackthru: %u\n", ackthru)); 959 /* We received an AckVector */ 962 ACK_DEBUG((LOG_INFO, "GOT Ack with Ackvector\n")); 963 /* gotta loop through the ackvector */ 970 /* Drops in ackvector! Will be noted and taken care of by the sender part * [all...] |
| dccp_tcplike.c | 468 /* check ackVector for lost packets. cmp with cv_list */ 832 t -= (cb->cv_size / 8); /* ackvector wrapped */ 914 free(cb->pcb->ackvector, M_PCB); 928 u_char ackvector[16]; local 949 /* We got an Ack without an ackvector. 953 ACK_DEBUG((LOG_INFO, "GOT Ack without Ackvector; Ackthru: %u\n", ackthru)); 959 /* We received an AckVector */ 962 ACK_DEBUG((LOG_INFO, "GOT Ack with Ackvector\n")); 963 /* gotta loop through the ackvector */ 970 /* Drops in ackvector! Will be noted and taken care of by the sender part * [all...] |
| dccp_tcplike.c | 468 /* check ackVector for lost packets. cmp with cv_list */ 832 t -= (cb->cv_size / 8); /* ackvector wrapped */ 914 free(cb->pcb->ackvector, M_PCB); 928 u_char ackvector[16]; local 949 /* We got an Ack without an ackvector. 953 ACK_DEBUG((LOG_INFO, "GOT Ack without Ackvector; Ackthru: %u\n", ackthru)); 959 /* We received an AckVector */ 962 ACK_DEBUG((LOG_INFO, "GOT Ack with Ackvector\n")); 963 /* gotta loop through the ackvector */ 970 /* Drops in ackvector! Will be noted and taken care of by the sender part * [all...] |
| dccp_tcplike.c | 468 /* check ackVector for lost packets. cmp with cv_list */ 832 t -= (cb->cv_size / 8); /* ackvector wrapped */ 914 free(cb->pcb->ackvector, M_PCB); 928 u_char ackvector[16]; local 949 /* We got an Ack without an ackvector. 953 ACK_DEBUG((LOG_INFO, "GOT Ack without Ackvector; Ackthru: %u\n", ackthru)); 959 /* We received an AckVector */ 962 ACK_DEBUG((LOG_INFO, "GOT Ack with Ackvector\n")); 963 /* gotta loop through the ackvector */ 970 /* Drops in ackvector! Will be noted and taken care of by the sender part * [all...] |
| dccp_tcplike.c | 468 /* check ackVector for lost packets. cmp with cv_list */ 832 t -= (cb->cv_size / 8); /* ackvector wrapped */ 914 free(cb->pcb->ackvector, M_PCB); 928 u_char ackvector[16]; local 949 /* We got an Ack without an ackvector. 953 ACK_DEBUG((LOG_INFO, "GOT Ack without Ackvector; Ackthru: %u\n", ackthru)); 959 /* We received an AckVector */ 962 ACK_DEBUG((LOG_INFO, "GOT Ack with Ackvector\n")); 963 /* gotta loop through the ackvector */ 970 /* Drops in ackvector! Will be noted and taken care of by the sender part * [all...] |
| dccp_tcplike.c | 468 /* check ackVector for lost packets. cmp with cv_list */ 832 t -= (cb->cv_size / 8); /* ackvector wrapped */ 914 free(cb->pcb->ackvector, M_PCB); 928 u_char ackvector[16]; local 949 /* We got an Ack without an ackvector. 953 ACK_DEBUG((LOG_INFO, "GOT Ack without Ackvector; Ackthru: %u\n", ackthru)); 959 /* We received an AckVector */ 962 ACK_DEBUG((LOG_INFO, "GOT Ack with Ackvector\n")); 963 /* gotta loop through the ackvector */ 970 /* Drops in ackvector! Will be noted and taken care of by the sender part * [all...] |
| dccp_tcplike.c | 468 /* check ackVector for lost packets. cmp with cv_list */ 832 t -= (cb->cv_size / 8); /* ackvector wrapped */ 914 free(cb->pcb->ackvector, M_PCB); 928 u_char ackvector[16]; local 949 /* We got an Ack without an ackvector. 953 ACK_DEBUG((LOG_INFO, "GOT Ack without Ackvector; Ackthru: %u\n", ackthru)); 959 /* We received an AckVector */ 962 ACK_DEBUG((LOG_INFO, "GOT Ack with Ackvector\n")); 963 /* gotta loop through the ackvector */ 970 /* Drops in ackvector! Will be noted and taken care of by the sender part * [all...] |
| dccp_var.h | 109 u_char *ackvector; /* For acks, 2 bits per packet */ member in struct:dccpcb 110 u_char *av_hp; /* head ptr for ackvector */ 112 dccp_seq av_hs, av_ts; /* highest/lowest seq no in ackvector */ 114 u_int8_t remote_ackvector; /* Is recv side using AckVector? */
|
| dccp_var.h | 109 u_char *ackvector; /* For acks, 2 bits per packet */ member in struct:dccpcb 110 u_char *av_hp; /* head ptr for ackvector */ 112 dccp_seq av_hs, av_ts; /* highest/lowest seq no in ackvector */ 114 u_int8_t remote_ackvector; /* Is recv side using AckVector? */
|
| dccp_var.h | 109 u_char *ackvector; /* For acks, 2 bits per packet */ member in struct:dccpcb 110 u_char *av_hp; /* head ptr for ackvector */ 112 dccp_seq av_hs, av_ts; /* highest/lowest seq no in ackvector */ 114 u_int8_t remote_ackvector; /* Is recv side using AckVector? */
|
| dccp_var.h | 109 u_char *ackvector; /* For acks, 2 bits per packet */ member in struct:dccpcb 110 u_char *av_hp; /* head ptr for ackvector */ 112 dccp_seq av_hs, av_ts; /* highest/lowest seq no in ackvector */ 114 u_int8_t remote_ackvector; /* Is recv side using AckVector? */
|
| dccp_var.h | 109 u_char *ackvector; /* For acks, 2 bits per packet */ member in struct:dccpcb 110 u_char *av_hp; /* head ptr for ackvector */ 112 dccp_seq av_hs, av_ts; /* highest/lowest seq no in ackvector */ 114 u_int8_t remote_ackvector; /* Is recv side using AckVector? */
|
| dccp_var.h | 109 u_char *ackvector; /* For acks, 2 bits per packet */ member in struct:dccpcb 110 u_char *av_hp; /* head ptr for ackvector */ 112 dccp_seq av_hs, av_ts; /* highest/lowest seq no in ackvector */ 114 u_int8_t remote_ackvector; /* Is recv side using AckVector? */
|
| dccp_var.h | 109 u_char *ackvector; /* For acks, 2 bits per packet */ member in struct:dccpcb 110 u_char *av_hp; /* head ptr for ackvector */ 112 dccp_seq av_hs, av_ts; /* highest/lowest seq no in ackvector */ 114 u_int8_t remote_ackvector; /* Is recv side using AckVector? */
|
| dccp_var.h | 109 u_char *ackvector; /* For acks, 2 bits per packet */ member in struct:dccpcb 110 u_char *av_hp; /* head ptr for ackvector */ 112 dccp_seq av_hs, av_ts; /* highest/lowest seq no in ackvector */ 114 u_int8_t remote_ackvector; /* Is recv side using AckVector? */
|