Home
last modified time | relevance | path

Searched defs:PosixService (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/mdnsresponder/mDNSPosix/
H A DResponder.c348 typedef struct PosixService PosixService; typedef
350 struct PosixService { struct
352 PosixService *next; argument
356 static PosixService *gServiceList = NULL; argument