Lines Matching defs:con
76 register Connection_t* con;
79 if (!(con = newof(0, Connection_t, 1, 0)))
81 fp->data = con;
82 con->id = *ip;
90 register Connection_t* con;
99 if (con = (Connection_t*)fp->data)
101 if (con->service)
103 free(con);
107 con = (Connection_t*)fp->data;
110 if (con->service)
116 if (con->service)
138 if (con->id.uid == geteuid())
177 Connection_t* con;
220 if (!(con = newof(0, Connection_t, 1, 0)))
222 fp->data = con;
223 con->service = 1;