HomeSort by relevance Sort by last modified time
    Searched refs:localnet (Results 1 - 3 of 3) sorted by null

  /external/libpcap/
pcap-dos.c 473 * Gets localnet & netmask from Watt-32.
475 int pcap_lookupnet (const char *device, bpf_u_int32 *localnet,
486 *localnet = my_ip_addr & *netmask;
487 if (*localnet == 0)
490 *localnet = IN_CLASSA_NET;
492 *localnet = IN_CLASSB_NET;
494 *localnet = IN_CLASSC_NET;
    [all...]
  /external/tcpdump/
tcpdump.c 452 bpf_u_int32 localnet, netmask; local
865 localnet = 0;
932 if (pcap_lookupnet(device, &localnet, &netmask, ebuf) < 0) {
933 localnet = 0;
950 init_addrtoname(localnet, netmask);
    [all...]
addrtoname.c 1097 * to prevent blocking on the nameserver). localnet is the IP address
1101 init_addrtoname(u_int32_t localnet, u_int32_t mask)
1104 f_localnet = localnet;

Completed in 864 milliseconds