Home
last modified time | relevance | path

Searched defs:linger (Results 1 – 8 of 8) sorted by relevance

/minix3/sys/sys/
H A Dsocket.h158 struct linger { struct
160 int l_linger; /* linger time in seconds */ argument
/minix3/libexec/rshd/
H A Drshd.c157 struct linger linger; in main() local
/minix3/minix/lib/liblwip/dist/src/include/lwip/
H A Dsockets.h173 struct linger { struct
175 int l_linger; /* linger time in seconds */ argument
H A Dapi.h257 s16_t linger; member
/minix3/lib/libwrap/
H A Doptions.c337 struct linger linger; in linger_option() local
/minix3/minix/lib/libsockevent/
H A Dsockevent.c1822 struct linger linger; in sockevent_setsockopt() local
1997 struct linger linger; in sockevent_getsockopt() local
/minix3/minix/lib/liblwip/dist/src/api/
H A Dsockets.c2252 struct linger* linger = (struct linger*)optval; in lwip_getsockopt_impl() local
2624 const struct linger* linger = (const struct linger*)optval; in lwip_setsockopt_impl() local
/minix3/minix/tests/
H A Dtest91.c3800 sub91u(int nb, int mode, int intr, int onoff, int linger) in sub91u()