HelenOS sources
ap_active 386 uspace/srv/net/tcp/conn.c conn->ap = ap_active;
ap_active 457 uspace/srv/net/tcp/service.c trc = tcp_uc_open(epp, ap_active, tcp_open_nonblock, &conn);
ap_active 111 uspace/srv/net/tcp/test.c tcp_uc_open(&epp, ap_active, 0, &conn);
ap_active 122 uspace/srv/net/tcp/test/ucall.c trc = tcp_uc_open(&epp, ap_active, 0, &conn);
ap_active 283 uspace/srv/net/tcp/test/ucall.c trc = tcp_uc_open(&cepp, ap_active, 0, &cconn);
ap_active 74 uspace/srv/net/tcp/ucall.c epp, acpass == ap_active ? "active" : "passive",
ap_active 86 uspace/srv/net/tcp/ucall.c if (acpass == ap_active) {
HelenOS homepage, sources at GitHub