HomeSort by: relevance | last modified time | path
    Searched refs:sockets (Results 1 - 11 of 11) sorted by relevancy

  /src/tests/net/inpcb/
inpcb_bind.c 114 err(2, "unable to clean up sockets, aborting");
121 int sockets[4]; local in function:unicast_testsuite
124 rc = 0; s = sockets;
128 cleanup(sockets, 3);
133 rc = 0; s = sockets;
137 cleanup(sockets, 3);
142 rc = 0; s = sockets;
147 cleanup(sockets, 4);
152 rc = 0; s = sockets;
157 cleanup(sockets, 4)
187 int sockets[6]; local in function:mcast_reuse_testsuite
273 int sockets[4]; local in function:mcast6_testsuite
    [all...]
  /src/share/doc/psd/21.ipc/
Makefile 6 ARTICLE=sockets-advanced
  /src/sys/rump/net/lib/liblocal/
Makefile 7 COMMENT=Local domain sockets (PF_LOCAL/PF_UNIX)
  /src/share/doc/psd/20.ipctut/
Makefile 6 ARTICLE=sockets
  /src/tests/fs/tmpfs/
t_sockets.sh 30 atf_set "descr" "Verifies that sockets can be created using" \
37 atf_check -s exit:0 -o empty -e empty $(atf_get_srcdir)/h_tools sockets a
41 echo "$(atf_get_srcdir)/h_tools sockets dir/a" | kqueue_monitor 1 dir
t_readdir.sh 64 $(atf_get_srcdir)/h_tools sockets sock
  /src/sys/arch/sparc/stand/common/
netif_sun.c 57 struct iodesc sockets[SOPEN_MAX]; variable in typeref:struct:iodesc[]
66 return (sockets);
77 io = sockets;
116 io = &sockets[fd];
  /src/sys/arch/sparc/stand/ofwboot/
netif_of.c 61 struct iodesc sockets[SOPEN_MAX]; variable in typeref:struct:iodesc[]
68 return sockets;
81 io = sockets;
121 io = &sockets[fd];
  /src/sys/lib/libsa/
netif.c 49 struct iodesc sockets[SOPEN_MAX]; variable in typeref:struct:iodesc[]
274 return &sockets[sock];
285 for (fd = 0, s = sockets; fd < SOPEN_MAX; fd++, s++)
319 netif_detach(sockets[sock].io_netif);
320 sockets[sock].io_netif = (struct netif *)0;
  /src/sys/arch/sun68k/stand/libsa/
netif_sun.c 64 struct iodesc sockets[SOPEN_MAX]; variable in typeref:struct:iodesc[]
221 for (fd = 0, s = sockets; fd < SOPEN_MAX; fd++, s++)
248 s = &sockets[fd];
266 return (&sockets[fd]);
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
armada-385-db-ap.dts 44 * sockets, one of which holding the

Completed in 77 milliseconds