Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSPosix/
H A DmDNSPosix.c1402 mDNSlocal mStatus OpenIfNotifySocket(int *pFD) in OpenIfNotifySocket() argument
1422 *pFD = sock; in OpenIfNotifySocket()
1519 mDNSlocal mStatus OpenIfNotifySocket(int *pFD) in OpenIfNotifySocket() argument
1521 *pFD = socket(AF_ROUTE, SOCK_RAW, 0); in OpenIfNotifySocket()
1523 if (*pFD < 0) in OpenIfNotifySocket()
1527 (void) fcntl(*pFD, F_SETFL, O_NONBLOCK); in OpenIfNotifySocket()