Home
last modified time | relevance | path

Searched refs:_MSocket (Results 1 – 2 of 2) sorted by relevance

/dports/devel/libmsocket/libmsocket-0.4/
H A Dmsocket.h135 struct _MSocket struct
165 int (*func_r)(struct _MSocket *); /* function to call when mux says read */ argument
166 int (*func_w)(struct _MSocket *); /* function to call when mux says write */ argument
167 int (*func_e)(struct _MSocket *); /* function to call when mux cries foul */ argument
168 void (*func_p)(struct _MSocket *); /* function to call when data is available in recvQ */ argument
169 …void (*func_a)(struct _MSocket *); /* function to call when a new socket has been accepted on a li… argument
177 typedef struct _MSocket MSocket; argument
H A Dmsocket-internal.h180 struct _MSocket struct
210 int (*func_r)(struct _MSocket *); /* function to call when mux says read */ argument
211 int (*func_w)(struct _MSocket *); /* function to call when mux says write */ argument
212 int (*func_e)(struct _MSocket *); /* function to call when mux cries foul */ argument
213 void (*func_p)(struct _MSocket *); /* function to call when data is available in recvQ */ argument
214 …void (*func_a)(struct _MSocket *); /* function to call when a new socket has been accepted on a li… argument
222 typedef struct _MSocket MSocket; argument