Searched refs:sockhandle (Results 1 – 2 of 2) sorted by relevance
/external/mtools/ |
D | floppyd_io.h | 69 UNUSED(static inline void cork(int sockhandle, int on)) in UNUSED() argument 72 if(setsockopt(sockhandle, IPPROTO_TCP, in UNUSED() 78 if(setsockopt(sockhandle, IPPROTO_TCP, in UNUSED()
|
D | floppyd.c | 1057 void serve_client(int sockhandle, char **device_name, unsigned int n_dev, in serve_client() argument 1075 if(setsockopt(sockhandle, SOL_SOCKET, in serve_client() 1091 sock = new_io_buffer(sockhandle); in serve_client() 1111 sockethandle_now = sockhandle; in serve_client()
|