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):
arpreq1621net/ipv4/arp.cstatic int arp_req_set(struct arpreq *r, struct device * dev)
arpreq1749net/ipv4/arp.cstatic int arp_req_get(struct arpreq *r, struct device *dev)
arpreq1782net/ipv4/arp.cstatic int arp_req_delete(struct arpreq *r, struct device * dev)
arpreq1830net/ipv4/arp.cstruct arpreq r;
arpreq1841net/ipv4/arp.cerr = verify_area(VERIFY_READ, arg, sizeof(struct arpreq));
arpreq1844net/ipv4/arp.cmemcpy_fromfs(&r, arg, sizeof(struct arpreq));
arpreq1917net/ipv4/arp.cerr = verify_area(VERIFY_WRITE, arg, sizeof(struct arpreq));
arpreq283net/ipv4/rarp.cstatic int rarp_req_set(struct arpreq *req)
arpreq285net/ipv4/rarp.cstruct arpreq r;
arpreq384net/ipv4/rarp.cstatic int rarp_req_get(struct arpreq *req)
arpreq386net/ipv4/rarp.cstruct arpreq r;
arpreq441net/ipv4/rarp.cstruct arpreq r;
arpreq450net/ipv4/rarp.cerr = verify_area(VERIFY_READ, arg, sizeof(struct arpreq));
arpreq461net/ipv4/rarp.cerr = verify_area(VERIFY_WRITE, arg, sizeof(struct arpreq));
arpreq464net/ipv4/rarp.creturn rarp_req_get((struct arpreq *)arg);
arpreq468net/ipv4/rarp.cerr = verify_area(VERIFY_READ, arg, sizeof(struct arpreq));
arpreq471net/ipv4/rarp.creturn rarp_req_set((struct arpreq *)arg);