*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: pcap_lookupdev | Section: 3 | Source: MINIX | File: pcap_lookupdev.3
PCAP_LOOKUPDEV(3) Library Functions Manual PCAP_LOOKUPDEV(3) NAME pcap_lookupdev - find the default device on which to capture SYNOPSIS #include <pcap/pcap.h> char errbuf[PCAP_ERRBUF_SIZE]; char *pcap_lookupdev(char *errbuf); DESCRIPTION pcap_lookupdev() returns a pointer to a string giving the name of a network device suitable for use with pcap_create() and pcap_activate(), or with pcap_open_live(), and with pcap_lookupnet(). If there is an error, NULL is returned and errbuf is filled in with an appropriate er- ror message. errbuf is assumed to be able to hold at least PCAP_ER- RBUF_SIZE chars. SEE ALSO pcap(3), pcap_create(3), pcap_activate(3), pcap_open_live(3), pcap_lookupnet(3) 5 April 2008 PCAP_LOOKUPDEV(3)

Navigation Options