HelenOS sources

tcp_open_nonblock  175 uspace/srv/net/tcp/service.c 	trc = tcp_uc_open(&epp, ap_passive, tcp_open_nonblock,
tcp_open_nonblock  457 uspace/srv/net/tcp/service.c 	trc = tcp_uc_open(epp, ap_active, tcp_open_nonblock, &conn);
tcp_open_nonblock  527 uspace/srv/net/tcp/service.c 	trc = tcp_uc_open(&epp, ap_passive, tcp_open_nonblock, &conn);
tcp_open_nonblock   97 uspace/srv/net/tcp/test/ucall.c 	trc = tcp_uc_open(&epp, ap_passive, tcp_open_nonblock, &conn);
tcp_open_nonblock  270 uspace/srv/net/tcp/test/ucall.c 	trc = tcp_uc_open(&sepp, ap_passive, tcp_open_nonblock, &sconn);
tcp_open_nonblock   75 uspace/srv/net/tcp/ucall.c 	    oflags == tcp_open_nonblock ? "nonblock" : "none", conn);
tcp_open_nonblock   91 uspace/srv/net/tcp/ucall.c 	if (oflags == tcp_open_nonblock) {
HelenOS homepage, sources at GitHub