csock_open
int csock_open(struct sockinfo *, mode_t);
csock_open(&ctrlsock, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH);