Searched refs:PLCache_read (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/bootp-268.1/bootplib/
H A DNICachePrivate.h39 boolean_t PLCache_read(PLCache_t * cache, const char * filename);
H A DNICache.c290 PLCache_read(PLCache_t * cache, const char * filename) function
636 if (PLCache_read(&PLCache, argv[1]) == TRUE) {
645 printf("PLCache_read failed\n");
/macosx-10.9.5/bootp-268.1/DHCPServer/
H A DDHCPServer.c84 if (PLCache_read(&cache, filename) == FALSE) {
/macosx-10.9.5/bootp-268.1/bootpd.tproj/
H A Ddhcpd.c99 if (PLCache_read(&leases->list, DHCP_LEASES_FILE) == FALSE) {
H A Dbsdpd.c150 if (PLCache_read(&clients->list, BSDP_CLIENTS_FILE) == FALSE) {

Completed in 101 milliseconds