File: arp.h

package info (click to toggle)
dsniff 2.4b1%2Bdebian-29
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,020 kB
  • sloc: ansic: 10,803; sh: 152; makefile: 126
file content (16 lines) | stat: -rw-r--r-- 291 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * arp.h
 *
 * ARP cache routines.
 * 
 * Copyright (c) 1999 Dug Song <dugsong@monkey.org>
 *
 * $Id: arp.h,v 1.1 2001/03/15 08:27:08 dugsong Exp $
 */

#ifndef _ARP_H_
#define _ARP_H_

int	arp_cache_lookup(in_addr_t ip, struct ether_addr *ether, const char* linf);

#endif /* _ARP_H_ */