Searched refs:pcap_init (Results 1 - 3 of 3) sorted by last modified time

/u-boot/net/
H A Dpcap.c49 int pcap_init(phys_addr_t paddr, unsigned long size) function
/u-boot/cmd/
H A Dpcap.c24 return pcap_init(addr, size) ? CMD_RET_FAILURE : CMD_RET_SUCCESS;
/u-boot/include/net/
H A Dpcap.h8 * pcap_init() - Initialize PCAP memory buffer
15 int pcap_init(phys_addr_t paddr, unsigned long size);

Completed in 55 milliseconds