Home
last modified time | relevance | path

Searched refs:arp_solicit (Results 1 – 1 of 1) sorted by relevance

/linux/net/ipv4/
H A Darp.c126 static void arp_solicit(struct neighbour *neigh, struct sk_buff *skb);
133 .solicit = arp_solicit,
141 .solicit = arp_solicit,
334 static void arp_solicit(struct neighbour *neigh, struct sk_buff *skb) in arp_solicit() function