Searched refs:accept (Results 1 - 25 of 158) sorted by relevance

1234567

/freebsd-9.3-release/share/doc/psd/20.ipctut/
H A Dstrchkread.c44 * before calling accept().
90 msgsock = accept(sock, (struct sockaddr *)0, (int *)0);
92 perror("accept");
H A Dstreamread.c82 msgsock = accept(sock, 0, 0);
84 perror("accept");
H A Dustreamread.c71 msgsock = accept(sock, 0, 0);
73 perror("accept");
/freebsd-9.3-release/lib/libkse/thread/
H A Dthr_accept.c37 __weak_reference(__accept, accept);
/freebsd-9.3-release/crypto/heimdal/tests/gss/
H A Dcheck-basic.in111 --acquire-type=accept \
115 --acquire-type=accept || exit 1
118 --acquire-type=accept \
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.h59 #ifdef accept
60 #undef accept macro
62 #define accept(s,addr,addrlen) swrap_accept(s,addr,addrlen) macro
H A Dmini_inetd.c43 * accept a connection on `s' and pretend it's served by inetd.
51 s2 = accept(s, NULL, NULL);
53 err (1, "accept");
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Apps/
H A Dhttpdstat.d83 syscall::accept:return
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dhttpdstat.d83 syscall::accept:return
/freebsd-9.3-release/contrib/lukemftpd/
H A Dacconfig.h80 * Also, you must define connect, getsockname, bind, accept, listen, and
89 #undef accept macro
/freebsd-9.3-release/tools/regression/file/newfileops_on_fork/
H A Dnewfileops_on_fork.c34 * another thread is blocked in accept(2), we prefer that the file descriptor
35 * to be returned by accept(2) not appear in the child process. Test this by
36 * creating a thread blocked in accept(2), then forking a child and seeing if
62 accept_fd = accept(listen_fd, NULL, NULL);
64 err(-1, "accept");
/freebsd-9.3-release/tools/tools/netrate/tcpreceive/
H A Dtcpreceive.c63 s = accept(accept_sock, NULL, NULL);
65 warn("accept");
/freebsd-9.3-release/usr.bin/bmake/unit-tests/
H A DMakefile17 # accept: move generated output to expected results
107 accept:
/freebsd-9.3-release/tools/regression/sockets/accept_fd_leak/
H A Daccept_fd_leak.c56 * following a failed non-blocking accept. It measures an available fd
110 if (accept(s, (struct sockaddr *)&sin, &size) != -1)
111 errx(-1, "accept succeeded\n");
113 errx(-1, "accept: %s", strerror(errno));
127 * Try failing accept's w/o non-blocking where the destination
171 /* Do 1000 accept's with an invalid pointer. */
174 if (accept(s, (struct sockaddr *)(uintptr_t)(0x100),
176 errx(-1, "accept succeeded\n");
178 errx(-1, "accept: %s", strerror(errno));
/freebsd-9.3-release/usr.sbin/mount_portalfs/
H A Dpt_tcplisten.c157 if ((sock = accept(so, (struct sockaddr *)0, (int *)0)) == -1) {
158 syslog(LOG_ERR, "accept: %m");
184 if ((sock = accept(so, (struct sockaddr *)0, (int *)0)) == -1) {
185 syslog(LOG_ERR, "accept: %m");
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/mib/
H A Dtst.tcp.ksh96 next unless my \$raddr = accept(SESSION, S);
/freebsd-9.3-release/sys/contrib/rdma/
H A Diw_cm.h48 IW_CM_EVENT_ESTABLISHED, /* passive side accept successful */
128 int (*accept)(struct iw_cm_id *cm_id, member in struct:iw_cm_verbs
198 * iw_cm_accept - Called to accept an incoming connect request.
/freebsd-9.3-release/sys/ofed/include/rdma/
H A Diw_cm.h44 IW_CM_EVENT_ESTABLISHED, /* passive side accept successful */
124 int (*accept)(struct iw_cm_id *cm_id, member in struct:iw_cm_verbs
192 * iw_cm_accept - Called to accept an incoming connect request.
/freebsd-9.3-release/tools/regression/netinet/tcpfullwindowrst/
H A Dtcpfullwindowrsttest.c93 u = accept(s, 0, 0);
/freebsd-9.3-release/tools/regression/sockets/unix_close_race/
H A Dunix_close_race.c79 * accept() from, and that the parent will repeatedly connect() to.
129 if ((connfd = accept(listenfd,
131 err(1, "child: accept error");
/freebsd-9.3-release/share/examples/ppp/
H A Dppp.conf.sample181 # Ppp can accept control instructions from the ``pppctl'' program.
447 accept dns
483 accept lqr
491 accept lqr
600 accept MPPE
607 accept MPPE
751 accept dns # Allow DNS negotiation
/freebsd-9.3-release/usr.sbin/faithd/test/
H A Dfaithd.rb39 d6 = TCPserver.open("::", dport6).accept
145 s = sock.accept
189 s = sock.accept
/freebsd-9.3-release/contrib/one-true-awk/
H A Db.c140 f->accept = poscnt-1; /* penter has computed number of positions in re */
168 if ((f->posns[2])[1] == f->accept)
367 while (f->accept >= maxsetvec) { /* guessing here! */
374 for (i = 0; i <= f->accept; i++)
382 for (i = f->accept; i >= 0; i--)
877 while (f->accept >= maxsetvec) { /* guessing here! */
884 for (i = 0; i <= f->accept; i++)
917 for (i = f->accept; i >= 0; i--)
953 if (setvec[f->accept])
969 for (i = 0; i <= f->accept;
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/Option/
H A DOption.h186 /// accept - Potentially accept the current argument, returning a
187 /// new Arg instance, or 0 if the option does not accept this
190 /// If the option accepts the current argument, accept() sets
197 Arg *accept(const ArgList &Args, unsigned &Index, unsigned ArgSize) const;
/freebsd-9.3-release/gnu/usr.bin/grep/
H A Dkwset.c586 struct trie const *accept; local
596 accept = NULL;
612 mch = text, accept = kwset->trie;
643 accept = trie;
661 accept = trie;
694 accept = trie;
712 accept = trie;
730 kwsmatch->index = accept->accepting / 2;
732 kwsmatch->size[0] = accept->depth;

Completed in 163 milliseconds

1234567