| /src/games/hunt/hunt/ |
| server.c | 100 uint16_t port_num) 136 daemons[numdaemons].sin_port = port_num; 277 uint16_t port_num; local 299 portlen = recvfrom(contactsock, &port_num, sizeof(port_num), 0, 310 if ((size_t)portlen != sizeof(port_num)) { 319 add_daemon_addr(&addr, addrlen, port_num);
|
| /src/crypto/external/apache2/openssl/dist/apps/lib/ |
| http_server.c | 196 int port_num; local 223 port_num = report_server_accept(bio_out, asock, 1, 1); 224 if (port_num == 0) {
|
| /src/external/bsd/libpcap/dist/ |
| pcap-rdmasniff.c | 59 unsigned long port_num; member in struct:pcap_rdmasniff 257 qp_attr.port_num = priv->port_num; 275 flow_attr.port = priv->port_num; 310 if (!ibv_query_port(priv->context, priv->port_num, &port_attr) && 378 unsigned long port_num; local 397 port_num = strtoul(port + 1, NULL, 10); 398 if (port_num > 0) { 401 port_num = 1; 404 port_num = 1 [all...] |
| /src/external/bsd/unbound/dist/daemon/ |
| daemon.c | 643 int port_num = 0; local 653 port_num = worker->thread_num % worker->daemon->num_ports; 655 port_num = 0; 658 worker->daemon->ports[port_num], 0))
|
| /src/sys/external/bsd/drm2/dist/include/drm/ |
| drm_dp_mst_helper.h | 73 * @port_num: port number 126 u8 port_num; member in struct:drm_dp_mst_port 424 struct drm_dp_port_number_req port_num; member in union:drm_dp_sideband_msg_req_body::ack_req
|
| /src/sys/external/bsd/drm2/dist/drm/ |
| drm_dp_mst_topology.c | 343 buf[idx] = (req->u.port_num.port_number & 0xf) << 4; 448 req->u.port_num.port_number = (buf[idx] >> 4) & 0xf; 584 P("port=%d\n", req->u.port_num.port_number); 1047 static int build_dpcd_write(struct drm_dp_sideband_msg_tx *msg, u8 port_num, u32 offset, u8 num_bytes, u8 *bytes) 1052 req.u.dpcd_write.port_number = port_num; 1079 static int build_enum_path_resources(struct drm_dp_sideband_msg_tx *msg, int port_num) 1084 req.u.port_num.port_number = port_num; 1090 static int build_allocate_payload(struct drm_dp_sideband_msg_tx *msg, int port_num, 1098 req.u.allocate_payload.port_number = port_num; 2119 int port_num = (mstb->rad[i \/ 2] >> shift) & 0xf; local 2479 int port_num = (rad[i \/ 2] >> shift) & 0xf; local 3079 int len __unused, ret, port_num; local [all...] |
| /src/external/bsd/ntp/dist/ntpd/ |
| refclock_ripencc.c | 346 short rpt_0xBC (TSIPPKT *rpt, unsigned char *port_num, 2816 unsigned char *port_num, 2832 *port_num = buf[0]; 4404 port_num, in_baud, out_baud, data_bits, parity, stop_bits, flow_control, local 4409 if (rpt_0xBC (rpt, &port_num, &in_baud, &out_baud, &data_bits, &parity, 4417 rcvr_port_text[port_num]);
|
| /src/sys/dev/pci/ixgbe/ |
| ixgbe_type.h | 3254 u8 port_num; member in struct:ixgbe_hic_drv_info 3265 u8 port_num; member in struct:ixgbe_hic_drv_info2
|