Searched defs:sdp_upcalls_s (Results 1 – 1 of 1) sorted by relevance
56 typedef struct sdp_upcalls_s { struct57 void * (*su_newconn)(void *parenthandle, void *connind);58 void (*su_connected)(void *handle);59 void (*su_disconnected)(void *handle, int error);60 void (*su_connfailed)(void *handle, int error);61 int (*su_recv)(void *handle, mblk_t *mp, int flags);62 void (*su_xmitted)(void *handle, int writeable);63 void (*su_urgdata)(void *handle);64 void (*su_ordrel)(void *handle);