Searched refs:pFD (Results 1 – 1 of 1) sorted by relevance
1002 mDNSlocal mStatus OpenIfNotifySocket(int *pFD) in OpenIfNotifySocket() argument1022 *pFD = sock; in OpenIfNotifySocket()1119 mDNSlocal mStatus OpenIfNotifySocket(int *pFD) in OpenIfNotifySocket() argument1121 *pFD = socket(AF_ROUTE, SOCK_RAW, 0); in OpenIfNotifySocket()1123 if (*pFD < 0) in OpenIfNotifySocket()1127 (void) fcntl(*pFD, F_SETFL, O_NONBLOCK); in OpenIfNotifySocket()