Home
last modified time | relevance | path

Searched defs:wnd (Results 1 – 4 of 4) sorted by relevance

/minix3/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dpasswd_dlg.c76 HWND wnd = GetActiveWindow(); in pwd_dialog() local
/minix3/minix/lib/liblwip/dist/test/unit/tcp/
H A Dtcp_helper.c44 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 Dtcp.h135 #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 Dtcp_out.c996 u32_t wnd, snd_nxt; in tcp_output() local