taglinefilesource code
socketNum1429net/inet/ipx.cunsigned short  socketNum = intrfc->if_sknum;
socketNum1431net/inet/ipx.cif (socketNum < IPX_MIN_EPHEMERAL_SOCKET)
socketNum1432net/inet/ipx.csocketNum = IPX_MIN_EPHEMERAL_SOCKET;
socketNum1434net/inet/ipx.cwhile (ipxitf_find_socket(intrfc, ntohs(socketNum)) != NULL)
socketNum1435net/inet/ipx.cif (socketNum > IPX_MAX_EPHEMERAL_SOCKET)
socketNum1436net/inet/ipx.csocketNum = IPX_MIN_EPHEMERAL_SOCKET;
socketNum1438net/inet/ipx.csocketNum++;
socketNum1440net/inet/ipx.cintrfc->if_sknum = socketNum;
socketNum1441net/inet/ipx.creturn  ntohs(socketNum);