Home
last modified time | relevance | path

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

/system/uapp/ethtool/
A Dethtool.c34 char* filter_macs; member
118 options->filter_macs = calloc(1, ETH_MAC_SIZE * argc); in parse_args()
119 char* addr_ptr = options->filter_macs; in parse_args()
215 if (options.filter_macs) { in main()
223 memcpy(&addr.octets, options.filter_macs + i * ETH_MAC_SIZE, ETH_MAC_SIZE); in main()

Completed in 1 milliseconds