Lines Matching defs:port
35 uint16_t port;
75 uint16_t port,
115 state->port = port;
214 } else { /* Looking up by port */
216 ret = sss_ncache_check_service_port(nctx->rctx->ncache, dom, port,
223 port,
245 port,
249 ret = sysdb_getservbyport(state, dom, port,
280 state->port,
289 state->port, SVC_PROTO_CASED);
351 port, NULL);
432 state->port,
498 state->port,
503 state->port,
528 state->port,
536 state->port, SVC_PROTO_CASED);
602 uint16_t port;
648 /* Get the port */
649 port = (uint16_t) ldb_msg_find_attr_as_uint(msg, SYSDB_SVC_PORT, 0);
650 if (!port) {
652 "No port for service [%s]. Skipping\n", tmpstr);
693 /* Store the port number */
694 SAFEALIGN_SETMEM_UINT32(&body[rzero + rsize], (uint32_t)htons(port), &rsize);
1045 uint16_t c, port;
1050 /* Copy in the port */
1052 port = ntohs(c);
1097 *service_port = port;
1116 uint16_t port;
1136 /* get service port and protocol */
1145 &port,
1156 "Requesting info for service on port [%"PRIu16"/%s]\n",
1157 port, service_protocol ? service_protocol : "<ANY>");
1159 /* All port lookups are multidomain searches */
1167 req = getserv_send(cmdctx, cctx->ev, port,