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

/freebsd-13-stable/contrib/libpcap/
H A Dpcap-dlpi.c160 static void dlpassive(int, char *);
584 dlpassive(p->fd, p->errbuf);
1491 dlpassive(int fd, char *ebuf) function
1498 if (send_request(fd, (char *)&req, sizeof(req), "dlpassive", ebuf) == 0)
1499 (void) dlokack(fd, "dlpassive", (char *)buf, ebuf);

Completed in 53 milliseconds