Searched defs:sockets (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/boot/lib/libstand/
H A Dnetif.c50 struct iodesc sockets[SOPEN_MAX]; variable in typeref:struct:iodesc
288 return (&sockets[sock]);
300 for (fd = 0, s = sockets; fd < SOPEN_MAX; fd++, s++)
331 netif_detach(sockets[sock].io_netif);
332 sockets[sock].io_netif = (struct netif *)0;
/illumos-gate/usr/src/cmd/lms/tools/
H A DATNetworkTool.cpp440 ATSocketList sockets; local
443 int num = ATNetworkTool::CreateServerSockets(sockets, port,
448 if ((num > 0) && (sockets.size() > 0)) {
449 s = sockets[0];
451 sockets.clear();
456 int ATNetworkTool::CreateServerSockets(ATSocketList &sockets, in_port_t port, argument
465 return ATNetworkTool::CreateServerSockets(sockets, ssport.str().c_str(),
472 int ATNetworkTool::CreateServerSockets(ATSocketList &sockets, const char *port, argument
511 sockets.push_back(s);
/illumos-gate/usr/src/stand/lib/sock/
H A Dsocket.c50 struct inetboot_socket sockets[MAXSOCKET] = { 0 }; variable in typeref:struct:inetboot_socket
76 if (sockets[i].type == INETBOOT_UNUSED) {
101 sockets[i].type = INETBOOT_UNUSED;
111 if (sockets[i].type == INETBOOT_UNUSED)
120 sockets[i].so_rcvbuf = SO_DEF_RCVBUF;
121 sockets[i].so_sndbuf = SO_DEF_SNDBUF;
130 ipv4_raw_socket(&sockets[i], (uint8_t)protocol);
133 udp_socket_init(&sockets[i]);
136 tcp_socket_init(&sockets[i]);
147 ipv4_socket_init(&sockets[
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dpcic.c40 * need-mult-irq need status IRQ for each pair of sockets
685 /* should probe for new sockets showing up */
1178 * look for total number of sockets.
1218 * the case where more than 2 sockets are
1235 cmn_err(CE_CONT, "num sockets = %d\n",
1552 cmn_err(CE_CONT, "type = %s sockets = %d\n", typename,
1659 /* turn everything off for all sockets and chips */
1711 /* turn everything off for all sockets and chips */
2261 * we need to look at all known sockets to determine
2267 * Set the bitmask for IO interrupts to initially include all sockets
2459 pcic_do_io_intr(pcicdev_t *pcic, uint32_t sockets) argument
[all...]

Completed in 102 milliseconds