Searched refs:pcap_init (Results 1 - 3 of 3) sorted by relevance

/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);
/u-boot/cmd/
H A Dpcap.c24 return pcap_init(addr, size) ? CMD_RET_FAILURE : CMD_RET_SUCCESS;
/u-boot/net/
H A Dpcap.c49 int pcap_init(phys_addr_t paddr, unsigned long size) function

Completed in 37 milliseconds