Searched defs:wnd (Results 1 – 4 of 4) sorted by relevance
/minix3/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
H A D | passwd_dlg.c | 76 HWND wnd = GetActiveWindow(); in pwd_dialog() local
|
/minix3/minix/lib/liblwip/dist/test/unit/tcp/ |
H A D | tcp_helper.c | 44 u32_t seqno, u32_t ackno, u8_t headerflags, u16_t wnd) in tcp_create_segment_wnd() 133 u32_t seqno_offset, u32_t ackno_offset, u8_t headerflags, u16_t wnd) in tcp_create_rx_segment_wnd()
|
/minix3/minix/lib/liblwip/dist/src/include/lwip/ |
H A D | tcp.h | 135 #define RCV_WND_SCALE(pcb, wnd) (((wnd) >> (pcb)->rcv_scale)) argument 136 #define SND_WND_SCALE(pcb, wnd) (((wnd) << (pcb)->snd_scale)) argument 141 #define RCV_WND_SCALE(pcb, wnd) (wnd) argument 142 #define SND_WND_SCALE(pcb, wnd) (wnd) argument
|
/minix3/minix/lib/liblwip/dist/src/core/ |
H A D | tcp_out.c | 996 u32_t wnd, snd_nxt; in tcp_output() local
|