Searched refs:BSDPClientRef (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/bootp-298/BSDPClient/
H A DBSDPClientPrivate.h24 BSDPClientRef
28 BSDPClientRef
H A DBSDPClient.h48 typedef struct BSDPClient_s * BSDPClientRef; typedef in typeref:struct:BSDPClient_s
181 * client the BSDPClientRef allocated using Create
194 typedef void (*BSDPClientListCallBack)(BSDPClientRef client,
210 * client the BSDPClientRef created using BSDPClientCreate()
214 typedef void (*BSDPClientSelectCallBack)(BSDPClientRef client,
222 * Allocate and initialize a BSDPClientRef for the default interface.
223 * The BSDPClientRef is used with BSDPClientList() and BSDPClientSelect().
226 * A non-NULL BSDPClientRef if successful, NULL otherwise.
229 BSDPClientRef
236 * Allocate and initialize a BSDPClientRef fo
[all...]
H A DBSDPClient.c136 typedef void (*BSDPClientTimerCallBack)(BSDPClientRef client);
328 BSDPClientProcessList(BSDPClientRef client, struct in_addr server_ip,
332 BSDPClientProcessSelect(BSDPClientRef client, bsdp_msgtype_t bsdp_msg);
661 BSDPClientRef client;
663 client = (BSDPClientRef)info;
669 BSDPClientCancelTimer(BSDPClientRef client)
680 BSDPClientSetTimer(BSDPClientRef client, struct timeval rel_time,
717 BSDPClientRef client = (BSDPClientRef)info;
840 * Instantiate a BSDPClientRef, checkin
[all...]
/macosx-10.10.1/bootp-298/bsdpc.tproj/
H A Dbsdpc.c88 BSDPClientRef client;
357 list_callback(BSDPClientRef client, BSDPClientStatus status,
380 select_callback(BSDPClientRef client, BSDPClientStatus status, void * info)
485 BSDPClientRef client;

Completed in 112 milliseconds