Searched refs:dynarray_init (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/bootp-298/bootplib/
H A Ddynarray.h52 void dynarray_init(dynarray_t * list,
H A Ddynarray.c46 dynarray_init(dynarray_t * list, dynarray_free_func_t * free_func, function
H A Dnbsp.c241 dynarray_init(list, free, NULL);
H A Dinterfaces.c100 dynarray_init(&entry->inet, inet_addrinfo_free,
H A Dnbimages.c1290 dynarray_init(&image_list->list, free, NULL);
H A Dsubnets.c1157 dynarray_init(&subnets->list, (void *)SubnetFree, NULL);
/macosx-10.10.1/bootp-298/IPConfiguration.bproj/
H A DDHCPv6Socket.c173 dynarray_init(&globals->sockets, DHCPv6SocketFreeElement, NULL);
H A Dbootp_session.c445 dynarray_init(&session->clients, bootp_client_free_element, NULL);
H A DDHCPLease.c351 dynarray_init(list_p, DHCPLeaseDeallocate, NULL);
H A DRTADVSocket.c182 dynarray_init(&globals->sockets, RTADVSocketFreeElement, NULL);
H A Darp_session.c1502 dynarray_init(&session->if_sessions, arp_if_session_free_element, NULL);
1674 dynarray_init(&if_session->clients, arp_client_free_element, NULL);
H A Dipconfigd.c1893 dynarray_init(&ifstate->services, ServiceFree, NULL);
1894 dynarray_init(&ifstate->services_v6, ServiceFree, NULL);
7782 dynarray_init(&S_ifstate_list, IFState_free, NULL);

Completed in 211 milliseconds