Home
last modified time | relevance | path

Searched refs:pFD (Results 1 – 1 of 1) sorted by relevance

/external/mdnsresponder/mDNSPosix/
DmDNSPosix.c1001 mDNSlocal mStatus OpenIfNotifySocket(int *pFD) in OpenIfNotifySocket() argument
1021 *pFD = sock; in OpenIfNotifySocket()
1118 mDNSlocal mStatus OpenIfNotifySocket(int *pFD) in OpenIfNotifySocket() argument
1120 *pFD = socket(AF_ROUTE, SOCK_RAW, 0); in OpenIfNotifySocket()
1122 if (*pFD < 0) in OpenIfNotifySocket()
1126 (void) fcntl(*pFD, F_SETFL, O_NONBLOCK); in OpenIfNotifySocket()