Searched refs:arpreq (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/net/ipv4/ |
D | arp.c | 1022 static int arp_req_set_public(struct net *net, struct arpreq *r, in arp_req_set_public() 1045 static int arp_req_set(struct net *net, struct arpreq *r, in arp_req_set() 1118 static int arp_req_get(struct arpreq *r, struct net_device *dev) in arp_req_get() 1166 static int arp_req_delete_public(struct net *net, struct arpreq *r, in arp_req_delete_public() 1181 static int arp_req_delete(struct net *net, struct arpreq *r, in arp_req_delete() 1209 struct arpreq r; in arp_ioctl() 1219 err = copy_from_user(&r, arg, sizeof(struct arpreq)); in arp_ioctl()
|
/linux-6.6.21/include/uapi/linux/ |
D | if_arp.h | 117 struct arpreq { struct
|
/linux-6.6.21/drivers/net/vmxnet3/ |
D | vmxnet3_drv.c | 4243 u8 *arpreq; in vmxnet3_suspend() local 4304 arpreq = (u8 *)(ahdr + 1); in vmxnet3_suspend() 4307 arpreq += 2 * ETH_ALEN + sizeof(u32); in vmxnet3_suspend() 4308 *(__be32 *)arpreq = ifa->ifa_address; in vmxnet3_suspend()
|