Home
last modified time | relevance | path

Searched refs:lsock (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sbin/casperd/
HDcasperd.c515 casper_accept(int lsock) in casper_accept() argument
521 sock = accept(lsock, NULL, NULL); in casper_accept()
543 int lsock, sock, maxfd, ret; in main_loop() local
546 lsock = socket(AF_UNIX, SOCK_STREAM, 0); in main_loop()
547 if (lsock == -1) in main_loop()
559 if (bind(lsock, (struct sockaddr *)&sun, sizeof(sun)) == -1) in main_loop()
562 if (listen(lsock, lqlen) == -1) in main_loop()
567 FD_SET(lsock, &fds); in main_loop()
568 maxfd = lsock; in main_loop()
593 if (FD_ISSET(lsock, &fds)) in main_loop()
[all …]
/NextBSD/contrib/ntp/ntpd/
HDntp_io.c4420 vsock_t *lsock = emalloc(sizeof(*lsock)); local
4422 lsock->fd = fd;
4423 lsock->type = type;
4425 LINK_SLIST(fd_list, lsock, link);
4435 vsock_t *lsock; local
4437 UNLINK_EXPR_SLIST(lsock, fd_list, fd ==
4440 if (NULL == lsock)
4443 switch (lsock->type) {
4446 closesocket(lsock->fd);
4450 closeserial((int)lsock->fd);
[all …]
/NextBSD/contrib/ipfilter/ipsend/
HDMakefile14 LINUX=lsock.o slinux.o larp.o