/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/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/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]);
|