Home
last modified time | relevance | path

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

/dports/misc/ipbt/ipbt-r8765/
H A Dnetwork.h32 struct socket_function_table { struct
33 Plug(*plug) (Socket s, Plug p);
37 void (*close) (Socket s);
38 int (*write) (Socket s, const char *data, int len);
39 int (*write_oob) (Socket s, const char *data, int len);
40 void (*flush) (Socket s);
41 void (*set_private_ptr) (Socket s, void *ptr);
42 void *(*get_private_ptr) (Socket s);
43 void (*set_frozen) (Socket s, int is_frozen);
45 const char *(*socket_error) (Socket s);