Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-dpdk.c532 unsigned long ret_ul = 0L; in portid_by_device() local
544 ret_ul = strtoul(&(device[prefix_len]), &pEnd, 10); in portid_by_device()
549 if (ret_ul >= DPDK_PORTID_MAX){ in portid_by_device()
552 ret = (uint16_t)ret_ul; in portid_by_device()