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