pub type LINGER = linger;
struct LINGER { pub l_onoff: u16, pub l_linger: u16, }
l_onoff: u16
l_linger: u16