Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSPosix.c1145 mDNSlocal mStatus OpenIfNotifySocket( int *pFD) in OpenIfNotifySocket() argument
1165 *pFD = sock; in OpenIfNotifySocket()
1262 mDNSlocal mStatus OpenIfNotifySocket( int *pFD) in OpenIfNotifySocket() argument
1264 *pFD = socket( AF_ROUTE, SOCK_RAW, 0); in OpenIfNotifySocket()
1266 if ( *pFD < 0) in OpenIfNotifySocket()
1270 (void) fcntl( *pFD, F_SETFL, O_NONBLOCK); in OpenIfNotifySocket()