Searched refs:nsock (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tests/system/network/
H A Dselect_test_big.c25 int nsock = SOCKETS; local
30 nsock = atoi(argv[1]);
32 if (nsock < 1 || nsock > 50) {
37 s = (int *) malloc(nsock * sizeof(int));
41 printf("\nTest will be run with %d sockets\n\n", nsock);
43 for (i=0;i<nsock;i++) {
52 for (i=0;i<nsock;i++) {
75 for (i=0;i<nsock;i++)
78 for (i=0;i<nsock;
[all...]
/haiku/headers/os/drivers/pcmcia/
H A Dcs.h405 extern int register_ss_entry(int nsock, ss_entry_t entry);

Completed in 21 milliseconds