Searched defs:linger (Results 1 – 8 of 8) sorted by relevance
158 struct linger { struct160 int l_linger; /* linger time in seconds */ argument
157 struct linger linger; in main() local
173 struct linger { struct175 int l_linger; /* linger time in seconds */ argument
257 s16_t linger; member
337 struct linger linger; in linger_option() local
1822 struct linger linger; in sockevent_setsockopt() local1997 struct linger linger; in sockevent_getsockopt() local
2252 struct linger* linger = (struct linger*)optval; in lwip_getsockopt_impl() local2624 const struct linger* linger = (const struct linger*)optval; in lwip_setsockopt_impl() local
3800 sub91u(int nb, int mode, int intr, int onoff, int linger) in sub91u()