rumpclient.c | 665 static unsigned ptab_idx; variable in typeref:typename:unsigned 793 s = dupgood(host_socket(parsetab[ptab_idx].domain, SOCK_STREAM, 0), 0); 797 while (host_connect(s, serv_sa, parsetab[ptab_idx].slen) == -1) { 805 if ((error = parsetab[ptab_idx].connhook(s)) != 0) { 954 if ((error = parseurl(p, &serv_sa, &ptab_idx, 0)) != 0) {
|