taglinefilesource code
arpreq72arch/sparc/kernel/sunos_ioctl.ccase _IOW('i', 30, struct arpreq):
arpreq74arch/sparc/kernel/sunos_ioctl.ccase _IOW('i', 31, struct arpreq):
arpreq76arch/sparc/kernel/sunos_ioctl.ccase _IOW('i', 32, struct arpreq):
arpreq1655net/ipv4/arp.cstatic int arp_req_set(struct arpreq *r, struct device * dev)
arpreq1786net/ipv4/arp.cstatic int arp_req_get(struct arpreq *r, struct device *dev)
arpreq1819net/ipv4/arp.cstatic int arp_req_delete(struct arpreq *r, struct device * dev)
arpreq1867net/ipv4/arp.cstruct arpreq r;
arpreq1878net/ipv4/arp.cerr = verify_area(VERIFY_READ, arg, sizeof(struct arpreq));
arpreq1881net/ipv4/arp.cmemcpy_fromfs(&r, arg, sizeof(struct arpreq));
arpreq1954net/ipv4/arp.cerr = verify_area(VERIFY_WRITE, arg, sizeof(struct arpreq));
arpreq284net/ipv4/rarp.cstatic int rarp_req_set(struct arpreq *req)
arpreq286net/ipv4/rarp.cstruct arpreq r;
arpreq388net/ipv4/rarp.cstatic int rarp_req_get(struct arpreq *req)
arpreq390net/ipv4/rarp.cstruct arpreq r;
arpreq445net/ipv4/rarp.cstruct arpreq r;
arpreq454net/ipv4/rarp.cerr = verify_area(VERIFY_READ, arg, sizeof(struct arpreq));
arpreq465net/ipv4/rarp.cerr = verify_area(VERIFY_WRITE, arg, sizeof(struct arpreq));
arpreq468net/ipv4/rarp.creturn rarp_req_get((struct arpreq *)arg);
arpreq472net/ipv4/rarp.cerr = verify_area(VERIFY_READ, arg, sizeof(struct arpreq));
arpreq475net/ipv4/rarp.creturn rarp_req_set((struct arpreq *)arg);