Lines Matching refs:port
32 int port,
105 int port,
118 if (port <= 0) {
136 (unsigned int) port);
165 int port,
197 /* Check that the port is unique
198 * If the port appears for any service other than
204 ret = sysdb_getservbyport(tmp_ctx, domain, port, NULL, &res);
210 * the same port. This is corrupted. We'll delete
244 * claiming ownership of this port. In order to account
245 * for port reassignments, we need to delete the old entry.
351 ret = sysdb_svc_update(sysdb, update_dn, port, aliases, protocols);
354 ret = sysdb_svc_add(tmp_ctx, domain, primary_name, port,
435 int port,
470 /* Set the port number */
471 ret = sysdb_add_ulong(msg, SYSDB_SVC_PORT, port);
530 int port,
551 /* Update the port */
552 ret = sysdb_replace_ulong(msg, SYSDB_SVC_PORT, port);
644 int port,
676 ret = sysdb_getservbyport(tmp_ctx, domain, port, proto, &res);