arp.h (65cacad456f79cf0e9012e053f9294fcded7ceee) arp.h (057f1760a8171825b260dad27502f74ed5f69faf)
1/*-
2 * Copyright (c) 1996 - 2001 Brian Somers <brian@Awfulhak.org>
3 * based on work by Toshiharu OHNO <tony-o@iij.ad.jp>
4 * Internet Initiative Japan, Inc (IIJ)
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

--- 17 unchanged lines hidden (view full) ---

26 * SUCH DAMAGE.
27 *
28 * $FreeBSD$
29 */
30
31struct sockaddr_dl;
32struct bundle;
33
1/*-
2 * Copyright (c) 1996 - 2001 Brian Somers <brian@Awfulhak.org>
3 * based on work by Toshiharu OHNO <tony-o@iij.ad.jp>
4 * Internet Initiative Japan, Inc (IIJ)
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

--- 17 unchanged lines hidden (view full) ---

26 * SUCH DAMAGE.
27 *
28 * $FreeBSD$
29 */
30
31struct sockaddr_dl;
32struct bundle;
33
34extern int arp_ClearProxy(struct bundle *, struct in_addr, int);
35extern int arp_SetProxy(struct bundle *, struct in_addr, int);
36extern int arp_EtherAddr(int, struct in_addr, struct sockaddr_dl *, int);
34extern int arp_ClearProxy(struct bundle *, struct in_addr);
35extern int arp_SetProxy(struct bundle *, struct in_addr);
36extern int arp_EtherAddr(struct in_addr, struct sockaddr_dl *, int);