Searched refs:dsts (Results 1 – 1 of 1) sorted by relevance
/samples/bpf/ |
D | xdp_router_ipv4_user.c | 124 char dsts[24], gws[24], ifs[16], dsts_len[24], metrics[24]; in read_route() local 171 sprintf(dsts, "%u", in read_route() 190 route.dst = atoi(dsts); in read_route() 303 memset(dsts, 0, sizeof(dsts)); in read_route() 380 char dsts[24], mac[24]; in read_arp() local 405 sprintf(dsts, "%u", in read_arp() 416 arp_entry.dst = atoi(dsts); in read_arp() 447 memset(dsts, 0, sizeof(dsts)); in read_arp()
|