Lines Matching refs:conn_ind
95 struct conn_ind { struct
96 struct conn_ind *conn_next; argument
97 struct conn_ind *conn_prev; argument
120 static boolean_t conn_get(int, struct netconfig *, struct conn_ind **); argument
122 static int discon_get(int, struct netconfig *, struct conn_ind **);
965 conn_get(int fd, struct netconfig *nconf, struct conn_ind **connp) in conn_get()
967 struct conn_ind *conn; in conn_get()
968 struct conn_ind *next_conn; in conn_get()
970 conn = (struct conn_ind *)malloc(sizeof (*conn)); in conn_get()
1018 discon_get(int fd, struct netconfig *nconf, struct conn_ind **connp) in discon_get()
1020 struct conn_ind *conn; in discon_get()
1037 *connp = (struct conn_ind *)0; in discon_get()
1058 struct conn_ind *conn; in cots_listen_event()
1059 struct conn_ind *conn_head; in cots_listen_event()