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

/external/mdnsresponder/mDNSPosix/
H A DResponder.c348 typedef struct PosixService PosixService; typedef in typeref:struct:PosixService
350 struct PosixService { struct
352 PosixService *next;
356 static PosixService *gServiceList = NULL;
397 PosixService *cursor;
425 PosixService * thisServ;
431 thisServ = (PosixService *) malloc(sizeof(*thisServ));
635 PosixService *thisServ;

Completed in 74 milliseconds