Home | Sort by: relevance | last modified time | path |
/src/sys/netinet/ | |
dccp_tcplike.h | 63 int16_t outstanding; /* Number of unacked packets sent */ member in struct:tcplike_send_ccb |
/src/sys/fs/nfs/common/ | |
bootp_subr.c | 158 int outstanding; member in struct:bootpc_ifcontext 606 int outstanding; local in function:bootpc_call 672 outstanding = 0; 687 ifctx->outstanding = 0; 695 outstanding++; 696 ifctx->outstanding = 1; 767 if (outstanding == 0 && 875 if (ifctx->outstanding) { 876 ifctx->outstanding = 0; 877 outstanding-- [all...] |