*** 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_lookupnet | Section: 3 | Source: FreeBSD | File: pcap_lookupnet.3.gz
PCAP_LOOKUPNET(3) Library Functions Manual PCAP_LOOKUPNET(3) NAME pcap_lookupnet - find the IPv4 network number and netmask for a device SYNOPSIS #include <pcap/pcap.h> char errbuf[PCAP_ERRBUF_SIZE]; int pcap_lookupnet(const char *device, bpf_u_int32 *netp, bpf_u_int32 *maskp, char *errbuf); DESCRIPTION pcap_lookupnet() is used to determine the IPv4 network number and mask associated with the network device device. Both netp and maskp are bpf_u_int32 pointers. errbuf is a buffer large enough to hold at least PCAP_ERRBUF_SIZE chars. This function is not available on Windows. It supports neither IPv6 nor multiple IPv4 addresses per interface, which obviously is not prac- tical in modern networks. See pcap_findalldevs(3) for a more elaborate solution to the problem. RETURN VALUE pcap_lookupnet() returns 0 on success and PCAP_ERROR on failure. If PCAP_ERROR is returned, errbuf is filled in with an appropriate error message. SEE ALSO pcap(3) 13 March 2024 PCAP_LOOKUPNET(3)

Navigation Options