|
Linux Kernel
3.7.1
|
#include <linux/if_arp.h>#include <linux/slab.h>#include <net/sock.h>#include <net/datalink.h>#include <net/psnap.h>#include <linux/atalk.h>#include <linux/delay.h>#include <linux/init.h>#include <linux/proc_fs.h>#include <linux/seq_file.h>#include <linux/export.h>Go to the source code of this file.
Data Structures | |
| struct | aarp_entry |
Functions | |
| void | aarp_proxy_remove (struct net_device *dev, struct atalk_addr *sa) |
| void | aarp_probe_network (struct atalk_iface *atif) |
| int | aarp_proxy_probe_network (struct atalk_iface *atif, struct atalk_addr *sa) |
| int | aarp_send_ddp (struct net_device *dev, struct sk_buff *skb, struct atalk_addr *sa, void *hwaddr) |
| EXPORT_SYMBOL (aarp_send_ddp) | |
| void __init | aarp_proto_init (void) |
| void | aarp_device_down (struct net_device *dev) |
| void | aarp_cleanup_module (void) |
| void aarp_device_down | ( | struct net_device * | dev | ) |
| void aarp_probe_network | ( | struct atalk_iface * | atif | ) |
| int aarp_proxy_probe_network | ( | struct atalk_iface * | atif, |
| struct atalk_addr * | sa | ||
| ) |
| void aarp_proxy_remove | ( | struct net_device * | dev, |
| struct atalk_addr * | sa | ||
| ) |
| int aarp_send_ddp | ( | struct net_device * | dev, |
| struct sk_buff * | skb, | ||
| struct atalk_addr * | sa, | ||
| void * | hwaddr | ||
| ) |
| EXPORT_SYMBOL | ( | aarp_send_ddp | ) |
| int sysctl_aarp_expiry_time = AARP_EXPIRY_TIME |
| int sysctl_aarp_resolve_time = AARP_RESOLVE_TIME |
| int sysctl_aarp_retransmit_limit = AARP_RETRANSMIT_LIMIT |
| int sysctl_aarp_tick_time = AARP_TICK_TIME |
1.8.2